Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • AutoLoader
  • LimitedScope
  • NetteLoader
  • RobotLoader
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class LimitedScope

Limited scope for PHP code evaluation and script including.

Final
Namespace: Nette\Loaders
Author: David Grudl
Located at Loaders/LimitedScope.php
Methods summary
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.

Returns

mixed
the return value of the evaluated code
public static mixed
# load( )

Includes script in a limited scope.

Includes script in a limited scope.

Returns

mixed
the return value of the included file
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0