The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

简介

类摘要

final class CommonMark\Interfaces\IVisitor {
/* Constants */
const int Done;
const int Enter;
const int Leave;
/* 方法 */
abstract public enter(IVisitable $visitable): int|IVisitable|null
abstract public leave(IVisitable $visitable): int|IVisitable|null
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

备份地址:http://www.lvesu.com/blog/php/class.commonmark-interfaces-ivisitor.php