Searched refs:findElementByType (Results 1 – 2 of 2) sorted by relevance
71 $this->assertEquals($form->findElementByType('button'), 3);72 $this->assertFalse($form->findElementByType('text'));
199 public function findElementByType($type) function in Doku_Form