$userAttributes public property List of user attributes public array getUserAttributes ( )public void setUserAttributes ( $userAttributes )
$title public property Service title. public string getTitle ( )public void setTitle ( $title )
$normalizeUserAttributeMap public property Normalize user attribute map. public array getNormalizeUserAttributeMap ( )public void setNormalizeUserAttributeMap ( $normalizeUserAttributeMap )
$name public property Service name. public string getName ( )public void setName ( $name )
$id public property Service id. public string getId ( )public void setId ( $id )
setSuccessUrl() public method public void setSuccessUrl ( $url )$url string Successful URL.
setCancelUrl() public method public void setCancelUrl ( $url )$url string Cancel URL.
run() public method Runs the action. public void run ( )
redirectSuccess() public method Redirect to the URL. If URL is null, $successUrl will be used. public yii\web\Response redirectSuccess ( $url = null )$url string URL to redirect. return yii\web\Response Response instance.
redirectCancel() public method Redirect to the $cancelUrl or simply close the popup window. public yii\web\Response redirectCancel ( $url = null )$url string URL to redirect. return yii\web\Response Response instance.
Page 630 of 633