Source for file AppForm.php
Documentation is available at AppForm.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Web form as presenter component.
- 17: *
- 20: *
- 22: */
- 24: {
- 26: /**
- 27: * Application form constructor.
- 28: */
- 30: {
- 35: }
- 36: }
- 40: /**
- 41: * Returns the presenter where this component belongs to.
- 44: */
- 46: {
- 48: }
- 52: /**
- 53: * This method will be called when the component (or component's parent)
- 54: * becomes attached to a monitored object. Do not call this method yourself.
- 57: */
- 59: {
- 65: }
- 73: // fill-in the form with HTTP data
- 77: }
- 78: }
- 79: }
- 81: }
- 85: /**
- 86: * Tells if the form is anchored.
- 88: */
- 90: {
- 92: }
- 96: /**
- 97: * Internal: receives submitted HTTP data.
- 99: */
- 101: {
- 105: }
- 111: }
- 117: }
- 118: }
- 122: /********************* interface ISignalReceiver ****************d*g**/
- 126: /**
- 127: * This method is called by presenter.
- 130: */
- 132: {
- 137: throw new BadSignalException("There is no handler for signal '$signal' in {$this->reflection->name}.");
- 138: }
- 139: }
- 141: }