getFormattedError() public method

Get the formatted errors for the form element with the given name.
public getFormattedError ( string $name ) : string
$name string
return string
Example #1
0
 /**
  * Get the formatted errors for the form element with the given name.
  *
  * @param string $name
  * @return string 
  * @static 
  */
 public static function getFormattedError($name)
 {
     return \Bootstrapper\Form::getFormattedError($name);
 }