예제 #1
0
 public function __construct($text = '')
 {
     parent::__construct($text);
     $this->setDefaultOptions();
 }
예제 #2
0
파일: Token.class.php 프로젝트: ranklau/Fl
 /**
  * 
  * 构造函数
  * @param string $text
  */
 public function __construct($text = '')
 {
     parent::__construct($text);
     $this->setCommentType();
 }