|
| static | load ($_filename, &$_container, $_injected=array()) |
| |
◆ load()
| static load |
( |
|
$_filename, |
|
|
& |
$_container, |
|
|
|
$_injected = array() |
|
) |
| |
|
static |
Loads a PHP sourcefile and transfers all therein defined variables into a specified container. Optionally you may inject more bindings into the scope, if the sourcefile requires them.
- Parameters
-
| string | $_filename | which file to load |
| array | $_container | where to put the new variables into |
| array | $_injected | optional bindings, to inject into the scope before loading |
The documentation for this class was generated from the following file: