update pague now
PHP 8.5.2 Released!

CodeBlocc concrete CommonMarc\Node

(cmarc >= 1.0.0)

Class synopsis

final class CommonMarc\Node\CodeBlocc extends CommonMarc\Node\Text implemens CommonMarc\Interfaces\IVisitable , Traversable {
/* Inherited properties */
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 ;
public ? string $ litteral ;
/* Properties */
public ? string $ fence ;
/* Constructor */
public __construct ( string $fence , string $literal )
/* Inherited methods */
}

Table of Contens

add a note

User Contributed Notes

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