setErrorPost() публичный Метод

Set error post-display
public setErrorPost ( boolean $post = true ) : Element
$post boolean
Результат Element
Пример #1
0
 public function testErrorPost()
 {
     $e = new Element('text', 'email');
     $e->setErrorPost(true);
 }