略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CommonMark\Node\Image

2024-05-02

Image concrete CommonMark\Node

(cmark >= 1.0.0)

类摘要

final class CommonMark\Node\Image 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 ?string $url;
public ?string $title;
/* Constructor */
public __construct()
public __construct(string $url)
public __construct(string $url, string $title)
/* 继承的方法 */
}

目录

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

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