Public Member Functions | |
init () | |
run () |
Public Attributes | |
$component = 'eauth' | |
$services = null | |
$popup = null | |
$action = null |
Protected Member Functions | |
registerAssets () |
Definition at line 14 of file EAuthWidget.php.
EAuthWidget::init | ( | ) |
Initializes the widget. This method is called by CBaseController::createWidget and CBaseController::beginWidget after the widget's properties have been initialized.
Definition at line 43 of file EAuthWidget.php.
|
protected |
Register CSS and JS files.
Definition at line 78 of file EAuthWidget.php.
EAuthWidget::run | ( | ) |
Executes the widget. This method is called by CBaseController::endWidget.
Definition at line 64 of file EAuthWidget.php.