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