Functions for use as plugin hook/event handlers or other situations where you need a globally accessible callable.
More...
Functions for use as plugin hook/event handlers or other situations where you need a globally accessible callable.
Definition at line 8 of file Values.php.
static Elgg\Values::getArray |
( |
| ) |
|
|
static |
Return empty array.
- Returns
- array
- Since
- 1.12.0
Definition at line 45 of file Values.php.
static Elgg\Values::getFalse |
( |
| ) |
|
|
static |
Return false.
- Returns
- false
- Since
- 1.12.0
Definition at line 26 of file Values.php.
static Elgg\Values::getNull |
( |
| ) |
|
|
static |
Return null.
- Returns
- null
- Since
- 1.12.0
Definition at line 36 of file Values.php.
static Elgg\Values::getTrue |
( |
| ) |
|
|
static |
Return true.
- Returns
- true
- Since
- 1.12.0
Definition at line 16 of file Values.php.
The documentation for this class was generated from the following file: