Elgg  Version 2.3
Static Public Member Functions | List of all members
Elgg\Values Class Reference

Functions for use as plugin hook/event handlers or other situations where you need a globally accessible callable. More...

Static Public Member Functions

static getTrue ()
 Return true. More...
 
static getFalse ()
 Return false. More...
 
static getNull ()
 Return null. More...
 
static getArray ()
 Return empty array. More...
 

Detailed Description

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.

Member Function Documentation

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: