protected function _retrieveLinksAndCategoriesFromContent($options = array()) { $parser = new TBGTextParser(html_entity_decode($this->_content)); $options['no_code_highlighting'] = true; $parser->doParse($options); return array($parser->getInternalLinks(), $parser->getCategories()); }