Esempio n. 1
0
 protected function _doAnchors_reference_callback($matches)
 {
     if (!$this->_skipAnchors) {
         return parent::_doAnchors_reference_callback($matches);
     }
     $link_text = $matches[2];
     return $link_text;
 }