예제 #1
0
파일: Plugin.php 프로젝트: kalkin/solarphp
 /**
  * 
  * Converts a piece of text to a delimited HTML token.
  * 
  * @param string $text The text to save as an HTML token.
  * 
  * @return string A delimited HTML token.
  * 
  */
 protected function _toHtmlToken($text)
 {
     return $this->_markdown->toHtmlToken($text);
 }