Lines Matching defs:Form
3 namespace dokuwiki\Form;
8 * Class Form
10 * Represents the whole Form. This is what you work on, and add Elements to
12 * @package dokuwiki\Form
14 class Form extends Element
172 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
191 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
341 if (is_a($for, '\dokuwiki\Form\Element')) {