Méthode |
Description |
|
accessRules ( ) : array |
|
|
actionChangepassword ( integer $id ) : void |
Экшен смены пароля: |
|
actionCreate ( ) : void |
Creates a new model. |
|
actionDelete ( integer $id ) : void |
Deletes a particular model. |
|
actionIndex ( ) : void |
Manages all models. |
|
actionSendactivation ( $id ) : void |
Для отправки письма с активацией: |
|
actionUpdate ( integer $id ) : void |
Updates a particular model. |
|
actionVerifySend ( integer $id = null ) : void |
Отправить письмо для подтверждения email: |
|
actionView ( integer $id ) : void |
Displays a particular model. |
|
actions ( ) : array |
|
|
loadModel ( integer $id = null ) : User |
Returns the data model based on the primary key given in the GET variable. |
|