PHP 8.6.0 Beta 1 is available for testing

OrderedList CommonMark\Node concreto

(cmark >= 1.0.0)

Sinopsis de la clase

final class CommonMark\Node\OrderedList extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {
/* Propiedades heredadas */
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;
/* Propiedades */
public bool $tight;
public int $delimiter;
public int $start;
/* Constructor */
public function __construct ()
public function __construct (int $tight)
public function __construct (int $tight, int $delimiter)
public function __construct (int $tight, int $delimiter, int $start)
/* Métodos heredados */
public function CommonMark\Node::unlink (): void
}

Tabla de contenidos

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /