🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
作为基类accept方法的参数 ``` final CommonMark\Interfaces\IVisitor { /* 常量 */ const integer Done ; const integer Enter ; const integer Leave ; /* 方法 */ abstract public enter ( IVisitable $visitable ) : ?int|IVisitable abstract public leave ( IVisitable $visitable ) : ?int|IVisitable } ```