|
| $params = array() |
|
| $plugin = null |
|
| $caption = null |
|
| $filename = null |
|
| $redir = null |
|
FileEdit.php の 28 行目に定義があります。
◆ asString()
XH\FileEdit::asString |
( |
| ) |
|
|
abstractprotected |
Returns the the file contents as string for saving.
- 戻り値
- string
◆ form()
Returns the form to edit the file contents.
- 戻り値
- string HTML
◆ save()
Saves the file. Returns whether that succeeded.
- 戻り値
- bool
FileEdit.php の 70 行目に定義があります。
◆ submit()
Handles the form submission.
If file could be successfully saved, triggers a redirect. Otherwise writes error message to $e, and returns the edit form.
- 戻り値
- mixed The HTML resp. void.
このクラス詳解は次のファイルから抽出されました: