PHP 8.5.0 Beta 3 available for testing

Strong concrete CommonMark\Node

(cmark >= 1.0.0)

ใ‚ฏใƒฉใ‚นๆฆ‚่ฆ

final class CommonMark\Node\Text\Strong 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;
/* ็ถ™ๆ‰ฟใ—ใŸใƒกใ‚ฝใƒƒใƒ‰ */
}
๏ผ‹add a note

User Contributed Notes

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