Пример #1
0
 /**
  * Add category / section to message text
  *
  * @param   int     $show      Param
  * @param   int     $section   Param
  * @param   int     $category  Param
  * @param   string  $text      Param
  * @param   bool    $add_hash  Param
  *
  * @return	string
  */
 protected function addSectionCategory($show, $section, $category, $text, $add_hash = false)
 {
     return AutotweetBaseHelper::addSectionCategory($show, $section, $category, $text, $add_hash);
 }