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