Class LimitedScope (namespace Nette\Loaders)
Limited scope for PHP code evaluation and script including.
Public Method Summary | |
---|---|
LimitedScope |
__construct
()
Static class - cannot be instantiated.
|
static mixed |
evaluate
(string 0, array 1)
Evaluates code in limited scope.
|
static mixed |
load
(string 0, array 1)
Includes script in a limited scope.
|
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 36 __constructpublic LimitedScope __construct () Static class - cannot be instantiated.
|
|||||||||||||||
line 49 evaluatepublic static mixed evaluate (string 0, array 1) Evaluates code in limited scope.
|
|||||||||||||||
line 67 loadpublic static mixed load (string 0, array 1) Includes script in a limited scope.
|