略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CommonMark\Node

2024-03-29

Abstract CommonMark\Node

(cmark >= 1.0.0)

简介

Represents an Abstract Node, this final abstract is not for direct use by the programmer.

类摘要

final abstract class CommonMark\Node implements CommonMark\Interfaces\IVisitable, Traversable {
/* 属性 */
public readonly ?Node $parent;
public readonly ?Node $previous;
public readonly ?Node $next;
public readonly ?Node $lastChild;
public readonly ?Node $firstChild;
public readonly int $startLine;
public readonly int $endLine;
public readonly int $startColumn;
public readonly int $endColumn;
/* 方法 */
public unlink(): void
public accept(CommonMark\Interfaces\IVisitor $visitor): void
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.commonmark-node.php

冷却塔厂家 广告
-- 广告
北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3