Source for file LimitedScope.php
Documentation is available at LimitedScope.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 22: /**
- 23: * Limited scope for PHP code evaluation and script including.
- 24: *
- 28: */
- 30: {
- 33: /**
- 34: * Static class - cannot be instantiated.
- 35: */
- 37: {
- 39: }
- 43: /**
- 44: * Evaluates code in limited scope.
- 48: */
- 50: {
- 55: }
- 57: }
- 61: /**
- 62: * Includes script in a limited scope.
- 66: */
- 68: {
- 73: }
- 75: }
- 77: }