The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

Wstęp

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

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