Example #1
0
 /**
  * Add an inline help
  *
  * @param  string $help       The help text
  * @param  array  $attributes Facultative attributes
  */
 public function inlineHelp($help, $attributes = array())
 {
     // Attempt to translate help text
     $help = Helpers::translate($help);
     $this->help['inline'] = Helpers::inlineHelp($help, $attributes);
 }