setErrorPost() public method

Set error post-display
public setErrorPost ( boolean $post = true ) : Element
$post boolean
return Element
Exemplo n.º 1
0
 public function testErrorPost()
 {
     $e = new Element('text', 'email');
     $e->setErrorPost(true);
 }