namespace Nette\Loaders
Class LimitedScope
Limited scope for PHP code evaluation and script including.
final public
|
#
__construct(
)
Static class – cannot be instantiated. Static class – cannot be instantiated. |
public static
mixed
|
#
evaluate(
)
Evaluates code in limited scope. Evaluates code in limited scope. Returnsmixed the return value of the evaluated code
|
public static
mixed
|
#
load(
)
Includes script in a limited scope. Includes script in a limited scope. Returnsmixed the return value of the included file
|