Php/docs/class.commonmark-node-image

From Get docs
Revision as of 08:26, 9 December 2020 by Notes (talk | contribs) (autoload)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

(cmark >= 1.0.0)

Class synopsis


final CommonMark\Node\Image extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable {

/* Inherited properties */

public readonly Node|null $parent

public readonly Node|null $previous

public readonly Node|null $next

public readonly Node|null $lastChild

public readonly Node|null $firstChild

public readonly int $startLine

public readonly int $endLine

public readonly int $startColumn

public readonly int $endColumn

/* Properties */

public string|null $url

public string|null $title

/* Constructor */

public __construct ( )

public __construct ( string $url )

public __construct ( string $url , string $title )

/* Inherited methods */

public CommonMark\Node::unlink ( ) : void

}

Table of Contents