The CommonMark\Interfaces\IVisitor interface
(cmark >= 1.0.0)
类摘要
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
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.