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