CakeFest 2024: The Official CakePHP Conference

CommonMark\Node\Link::__construct

(cmark >= 1.0.0)

CommonMark\Node\Link::__constructLink Construction

Description

public CommonMark\Node\Link::__construct()
public CommonMark\Node\Link::__construct(string $url)
public CommonMark\Node\Link::__construct(string $url, string $title)

Warning

This function is currently not documented; only its argument list is available.

Parameters

url

title

add a note

User Contributed Notes

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