
Definition at line 30 of file uEdit.php.
Public Member Functions | |
| on_save ($event_args) | |
| save the changes | |
| onRender () | |
| add_user_data () | |
| get the user data and add them to the template | |
| add_edit_rights () | |
| add_rs_langs () | |
| add_rs_nodes () | |
| get_langs ($book_id) | |
| Returns an array of languages (en,fr,it,al) in which the book is available. | |
| uEdit::on_save | ( | $ | event_args | ) |
save the changes
Definition at line 33 of file uEdit.php.
References $book_id, $event_args, and write_file().
| uEdit::onRender | ( | ) |
Definition at line 47 of file uEdit.php.
References add_edit_rights(), add_rs_langs(), add_rs_nodes(), and add_user_data().
| uEdit::add_user_data | ( | ) |
get the user data and add them to the template
Definition at line 56 of file uEdit.php.
References get_user_data().
Referenced by onRender().
| uEdit::add_edit_rights | ( | ) |
Definition at line 65 of file uEdit.php.
References $book_id, and shell().
Referenced by onRender().
| uEdit::add_rs_langs | ( | ) |
Definition at line 85 of file uEdit.php.
References $book_id, $lng, and get_langs().
Referenced by onRender().
| uEdit::add_rs_nodes | ( | ) |
Definition at line 102 of file uEdit.php.
References $book_id, $lng, $node_id, get_langs(), and shell().
Referenced by onRender().
| uEdit::get_langs | ( | $ | book_id | ) |
Returns an array of languages (en,fr,it,al) in which the book is available.
Definition at line 129 of file uEdit.php.
References shell().
Referenced by add_rs_langs(), and add_rs_nodes().
1.5.2