CommonMark\Node\BulletList::__construct
PHP Manual
PHP Manual»CommonMark\Node\BulletList»CommonMark\Node\BulletList::__construct

CommonMark\Node\BulletList::__construct

(cmark >= 1.0.0)

CommonMark\Node\BulletList::__constructBulletList Construction

Опис

public function CommonMark\Node\BulletList::__construct()
public function CommonMark\Node\BulletList::__construct(int $tight)
public function CommonMark\Node\BulletList::__construct(int $tight, int $delimiter)

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

У цієї функції немає параметрів.

To Top