Example #1
0
 /**
  * @see String::stripLinks()
  *
  * @param string $text Text
  * @return string The text without links
  * @link http://book.cakephp.org/2.0/en/core-libraries/helpers/text.html#TextHelper::stripLinks
  */
 public function stripLinks($text)
 {
     return $this->_engine->stripLinks($text);
 }