トップ
ブログ
ダウンロード
サイトマップ
Contents
してログ::ブログ
ダウンロード
セレクトショップ
Services
電光掲示板
カレンダー作成
FAX送付状作成
空のライブカメラ
実験中のサービス
二軍落ちサービス
Tools
テキストデータ処理
ファイル加工ツール
正規表現デバッグツール
Documents
各種マニュアル
その他の記事・資料
お勧めの情報
Links
YouTubeメインch
YouTubeゲームch
« CommonMark\Node::accept
CommonMark\Interfaces\IVisitor::enter »
PHP Manual
CommonMark
The CommonMark\Interfaces\IVisitor interface
The CommonMark\Interfaces\IVisitor interface
(cmark >= 1.0.0)
はじめに
クラス概要
final
CommonMark\Interfaces\IVisitor
{
/* Constants */
const
integer
Done
;
const
integer
Enter
;
const
integer
Leave
;
/* メソッド */
abstract
public
enter
(
IVisitable
$visitable
) :
?int|IVisitable
abstract
public
leave
(
IVisitable
$visitable
) :
?int|IVisitable
}
目次
CommonMark\Interfaces\IVisitor::enter
— Visitation
CommonMark\Interfaces\IVisitor::leave
— Visitation