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