公開メンバ関数 | |
__construct () | |
form () | |
submit () | |
![]() | |
form () | |
submit () | |
限定公開メンバ関数 | |
asString () | |
![]() | |
save () | |
asString () | |
限定公開変数類 | |
$textareaName = null | |
$text = null | |
![]() | |
$params = array() | |
$plugin = null | |
$caption = null | |
$filename = null | |
$redir = null | |
TextFileEdit.php の 28 行目に定義があります。
XH\TextFileEdit::__construct | ( | ) |
Constructs an instance.
TextFileEdit.php の 47 行目に定義があります。
|
protected |
XH\TextFileEdit::form | ( | ) |
Returns the form to edit the file contents.
string The script name. array The localization of the core. string The title of the current page. object The CSRF protection object.
TextFileEdit.php の 68 行目に定義があります。
XH\TextFileEdit::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.
object The CSRF protection object.
TextFileEdit.php の 107 行目に定義があります。