Esempio n. 1
0
 public function __construct($text = '')
 {
     parent::__construct($text);
     $this->setDefaultOptions();
 }
Esempio n. 2
0
 /**
  * 
  * 构造函数
  * @param string $text
  */
 public function __construct($text = '')
 {
     parent::__construct($text);
     $this->setCommentType();
 }