/** * Creates an error validation block * * @param string $label The label * @param string $input The input * @param array $attributes The attributes of the validation block * @return string * @see Bootstrapper\\Form::validation() * @static */ public static function error($label, $input, $attributes = array()) { return \Bootstrapper\Form::error($label, $input, $attributes); }