The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

Einführung

Klassenbeschreibung

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

Inhaltsverzeichnis

add a note add a note

User Contributed Notes

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