The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

Introdução

Sinopse da classe

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

Índice

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top