Пример #1
0
 /**
  * Replaces spaces for hashtags
  *
  * @param   string  $word  Param.
  *
  * @return	string
  */
 protected function getAsHashtag($word)
 {
     return AutotweetBaseHelper::getAsHashtag($word);
 }