
Definition at line 38 of file userEdit.php.
Public Member Functions | |
| init () | |
| on_add ($event_args) | |
| add the new user in database | |
| on_delete ($event_args) | |
| delete the current user | |
| on_save ($event_args) | |
| save the changes | |
| onParse () | |
| onRender () | |
Public Attributes | |
| $user_data | |
| userEdit::init | ( | ) |
Definition at line 48 of file userEdit.php.
| userEdit::on_add | ( | $ | event_args | ) |
add the new user in database
Definition at line 54 of file userEdit.php.
References $event_args, $user_data, get_user_data(), save_user_data(), and T_().
| userEdit::on_delete | ( | $ | event_args | ) |
| userEdit::on_save | ( | $ | event_args | ) |
save the changes
Definition at line 114 of file userEdit.php.
References $event_args, get_user_data(), and save_user_data().
| userEdit::onParse | ( | ) |
Definition at line 146 of file userEdit.php.
| userEdit::onRender | ( | ) |
| userEdit::$user_data |
Initial value:
array(
'username' => '',
'password' => '',
'name' => '',
'email' => '',
'books' => ''
)
Definition at line 40 of file userEdit.php.
Referenced by on_add(), and onRender().
1.5.2