The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

锟斤拷锟�

锟斤拷摘要

final CommonMark\Interfaces\IVisitor {
/* Constants */
const integer Done ;
const integer Enter ;
const integer Leave ;
/* 锟斤拷锟斤拷 */
abstract public enter ( IVisitable $visitable ) : ?int|IVisitable
abstract public leave ( IVisitable $visitable ) : ?int|IVisitable
}

Table of Contents