예제 #1
0
파일: Plugin.php 프로젝트: kalkin/solarphp
 /**
  * 
  * Is a piece of text a delimited HTML token?
  * 
  * @param string $text The text to check as an HTML token.
  * 
  * @return bool True if a token, false if not.
  * 
  */
 protected function _isHtmlToken($text)
 {
     return $this->_markdown->isHtmlToken($text);
 }