/** * Turn a string of tags to an array * * @param string $tag Tag string * @return mixed */ public function parseTags($tag, $remove = '') { $ct = new Tags(); return $ct->parseTags($tag, $remove); }