help() public method

Creates a help block
public help ( string $helpText, array $attributes = [] ) : string
$helpText string The help text
$attributes array
return string
Example #1
0
 /**
  * Creates a help block
  *
  * @param string $helpText The help text
  * @param array $attributes
  * @return string 
  * @static 
  */
 public static function help($helpText, $attributes = array())
 {
     return \Bootstrapper\Form::help($helpText, $attributes);
 }