Source for file AppForm.php
Documentation is available at AppForm.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: * Web form as presenter component.
- 30: *
- 34: *
- 36: */
- 38: {
- 40: /**
- 41: * Application form constructor.
- 42: */
- 44: {
- 47: }
- 51: /**
- 53: */
- 55: {
- 56: }
- 60: /**
- 61: * Returns the presenter where this component belongs to.
- 64: */
- 66: {
- 68: }
- 72: /**
- 73: * This method will be called when the component (or component's parent)
- 74: * becomes attached to a monitored object. Do not call this method yourself.
- 77: */
- 79: {
- 86: }
- 87: }
- 91: /**
- 92: * Detects form submission and loads PresenterRequest values.
- 94: */
- 96: {
- 112: }
- 113: }
- 117: /********************* interface ISignalReceiver ****************d*g**/
- 121: /**
- 122: * This method is called by presenter.
- 125: */
- 127: {
- 132: throw new BadSignalException("There is no handler for signal '$signal' in '{$this->getClass()}'.");
- 133: }
- 134: }
- 136: }