Public Member Functions |
| run () |
Public Attributes |
| $url = null |
| $redirect = true |
Detailed Description
Definition at line 14 of file EAuthRedirectWidget.php.
Member Function Documentation
EAuthRedirectWidget::run |
( |
| ) |
|
Executes the widget.
Definition at line 29 of file EAuthRedirectWidget.php.
{
$assets_path = dirname(__FILE__).DIRECTORY_SEPARATOR.'assets';
$this->render('redirect', array(
'id' => $this->getId(),
'url' => $this->url,
'redirect' => $this->redirect,
'assets_path' => $assets_path,
));
Yii::app()->end();
}
The documentation for this class was generated from the following file: