Home
last modified time | relevance | path

Searched refs:Doku_Form (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dform_form.test.php6 $form = new Doku_Form(array('id' => 'dw__testform', 'action' => '/test'));
88 $form = new Doku_Form(array('id' => 'dw__testform', 'action' => '/test'));
/dokuwiki/inc/Form/
H A DLegacyForm.php22 public function __construct(\Doku_Form $oldform)
163 $legacy = new \Doku_Form($this->attrs());
/dokuwiki/inc/
H A Dhtml.php892 * @param Doku_Form $form The form
908 * @param Doku_Form $form The form
1044 * @param Doku_Form $form - (optional) form to add elements to
H A Dform.php36 class Doku_Form class