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: {
- 67: // fill-in the form with HTTP data
- 71: }
- 72: }
- 73: }
- 75: }
- 79: /**
- 80: * Tells if the form is anchored.
- 82: */
- 84: {
- 86: }
- 90: /**
- 91: * Internal: receives submitted HTTP data.
- 93: */
- 95: {
- 99: }
- 105: }
- 111: }
- 112: }
- 116: /********************* interface ISignalReceiver ****************d*g**/
- 120: /**
- 121: * This method is called by presenter.
- 124: */
- 126: {
- 131: throw new BadSignalException("There is no handler for signal '$signal' in {$this->reflection->name}.");
- 132: }
- 133: }
- 135: }