略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CommonMark\Node\Heading

2024-04-18

Heading concrete CommonMark\Node

(cmark >= 1.0.0)

类摘要

final class CommonMark\Node\Heading extends 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 int $level;
/* Constructor */
public __construct()
public __construct(int $level)
/* 继承的方法 */
}

目录

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-heading.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3