Stuff for handling configuration files in PHP format. More...
Static Public Member Functions | |
static | loadVariableFromPHPFile ($_filename, $_variable) |
Returns a global variable from PHP file by executing the file. |
Stuff for handling configuration files in PHP format.
Definition at line 13 of file ResourceLoader.php.
static PHPVariableLoader::loadVariableFromPHPFile | ( | $ | _filename, | |
$ | _variable | |||
) | [static] |
Returns a global variable from PHP file by executing the file.
$_filename | String Path to the file. | |
$_variable | String Name of the variable. |
Definition at line 20 of file ResourceLoader.php.
Referenced by MessageChecker::__construct(), and CoreMessageGroup::load().