Пример #1
0
 /**
  * Special implementation to ad multiple categories
  *
  * @param   int     $show        Param
  * @param   array   $categories  Param
  * @param   string  $text        Param
  * @param   bool    $add_hash    Param
  *
  * @return	string
  */
 protected function addCategories($show, $categories, $text, $add_hash = false)
 {
     return AutotweetBaseHelper::addCategories($show, $categories, $text, $add_hash);
 }