getFormElement() public method

Get the main form element.
public getFormElement ( ) : array
return array
Example #1
0
 public function testGetFormElement()
 {
     $f = new Form('/submit', 'post');
     $this->assertInstanceOf('Pop\\Dom\\Child', $f->getFormElement());
 }