Source for file CliRouter.php
Documentation is available at CliRouter.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: */
- 28: /**
- 29: * The unidirectional router for CLI. (experimental)
- 30: *
- 34: */
- 36: {
- 44: /**
- 46: */
- 48: {
- 50: }
- 54: /**
- 55: * Maps command line arguments to a PresenterRequest object.
- 58: */
- 60: {
- 63: }
- 78: }
- 81: }
- 86: }
- 94: }
- 95: }
- 96: }
- 100: }
- 105: }
- 110: $params
- 112: }
- 116: /**
- 117: * This router is only unidirectional.
- 121: */
- 123: {
- 125: }
- 129: /**
- 130: * Returns default values.
- 132: */
- 134: {
- 136: }
- 138: }