Searched refs:Doku_Form (Results 1 – 4 of 4) sorted by relevance
6 $form = new Doku_Form(array('id' => 'dw__testform', 'action' => '/test'));88 $form = new Doku_Form(array('id' => 'dw__testform', 'action' => '/test'));
22 public function __construct(\Doku_Form $oldform)163 $legacy = new \Doku_Form($this->attrs());
892 * @param Doku_Form $form The form908 * @param Doku_Form $form The form1044 * @param Doku_Form $form - (optional) form to add elements to
36 class Doku_Form class