CakeFest 2024: The Official CakePHP Conference

The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

Giriş

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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