Stuff for handling configuration files in PHP format. More...
Static Public Member Functions | |
| static | loadVariableFromPHPFile (string $_filename, string $_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 PHPVariableLoader.php.
|
static |
Returns a global variable from PHP file by executing the file.
| string | $_filename | Path to the file. |
| string | $_variable | Name of the variable. |
Definition at line 20 of file PHPVariableLoader.php.