PHP 8.3.4 Released!

The CommonMark\Interfaces\IVisitor interface

(cmark >= 1.0.0)

Introduction

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

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