Elgg
Version 2.3
|
Allow executing scripts without $this context or local vars. More...
Static Public Member Functions | |
static | includeFile ($file) |
Include a file with as little context as possible. More... | |
static | requireFile ($file) |
Require a file with as little context as possible. More... | |
Allow executing scripts without $this context or local vars.
private
Definition at line 9 of file Includer.php.
|
static |
Include a file with as little context as possible.
string | $file | File to include |
Definition at line 17 of file Includer.php.
|
static |
Require a file with as little context as possible.
string | $file | File to require |
Definition at line 27 of file Includer.php.