![]() |
Grima
2018-08
Whispering into Alma's ear
|
The base class for most "grimas". More...
Public Member Functions | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| __construct () | |
| setup_splat () | |
| print_form () | |
| print_success () | |
| print_failure () | |
| check_login () | |
| addMessage ($type, $message) | |
| run () | |
| get_input () | |
| check_input () | |
| get_input_param ($param) | |
| do_task () | |
| usage () | |
Static Public Member Functions | |
| static | RunIt () |
| static | call ($grimaname, $args=array()) |
Public Attributes | |
| $error = false | |
| $args = array() | |
| $el_override = array() | |
| $auto_args = array() | |
| $messages = array() | |
The base class for most "grimas".
Definition at line 1174 of file grima-lib.php.
| GrimaTask::__construct | ( | ) |
Definition at line 1200 of file grima-lib.php.
References join_paths().
| GrimaTask::addMessage | ( | $type, | |
| $message | |||
| ) |
|
static |
| GrimaTask::check_input | ( | ) |
| GrimaTask::check_login | ( | ) |
Definition at line 1252 of file grima-lib.php.
References $grima, and do_redirect().
Referenced by run().
|
abstract |
Referenced by run().
| GrimaTask::get_input | ( | ) |
| GrimaTask::get_input_param | ( | $param | ) |
Definition at line 1352 of file grima-lib.php.
References check_input(), print_form(), and usage().
Referenced by get_input().
| GrimaTask::offsetExists | ( | $offset | ) |
Definition at line 1184 of file grima-lib.php.
| GrimaTask::offsetGet | ( | $offset | ) |
Definition at line 1188 of file grima-lib.php.
| GrimaTask::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 1192 of file grima-lib.php.
| GrimaTask::offsetUnset | ( | $offset | ) |
Definition at line 1196 of file grima-lib.php.
| GrimaTask::print_failure | ( | ) |
Definition at line 1247 of file grima-lib.php.
Referenced by run().
| GrimaTask::print_form | ( | ) |
Definition at line 1237 of file grima-lib.php.
Referenced by get_input_param(), and run().
| GrimaTask::print_success | ( | ) |
Definition at line 1242 of file grima-lib.php.
Referenced by run().
| GrimaTask::run | ( | ) |
Definition at line 1268 of file grima-lib.php.
References addMessage(), check_input(), check_login(), do_task(), get_input(), print_failure(), print_form(), print_success(), and setup_splat().
|
static |
Definition at line 1291 of file grima-lib.php.
| GrimaTask::setup_splat | ( | ) |
| GrimaTask::usage | ( | ) |
| GrimaTask::$args = array() |
Definition at line 1177 of file grima-lib.php.
Referenced by call().
| GrimaTask::$auto_args = array() |
Definition at line 1180 of file grima-lib.php.
| GrimaTask::$el_override = array() |
Definition at line 1178 of file grima-lib.php.
| GrimaTask::$error = false |
Definition at line 1176 of file grima-lib.php.
| GrimaTask::$messages = array() |
Definition at line 1182 of file grima-lib.php.
1.8.14