parent root
PHP: CommonMark\Node\CodeBlock::__construct - Manual

CommonMark\Node\CodeBlock::__construct

(cmark >= 1.0.0)

CommonMark\Node\CodeBlock::__constructCodeBlock Construction

Description

public CommonMark\Node\CodeBlock::__construct ( string $fence , string $literal )

Warning

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

Parameters

fence

literal

add a noteadd a note

User Contributed Notes

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