class
League
/
CommonMark
/
Delimiter
/
Delimiter
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
Delimiter
Implements
Properties
private
$char
Default: null
private
$length
Default: null
private
$originalLength
Default: null
private
$inlineNode
Default: null
private
$previous
Default: null
private
$next
Default: null
private
$canOpen
Default: null
private
$canClose
Default: null
private
$active
Default: null
private
$index
Default: null
Methods
public
__construct ( string $char , int $numDelims , AbstractStringContainer $node , bool $canOpen , bool $canClose , int $index ) : void
public
canClose ( ) : void
public
canOpen ( ) : void
public
isActive ( ) : void
public
setActive ( bool $active ) : void
public
getChar ( ) : void
public
getIndex ( ) : void
public
getNext ( ) : void
public
setNext ( DelimiterInterface $next ) : void
public
getLength ( ) : void
public
setLength ( int $length ) : void
public
getOriginalLength ( ) : void
public
getInlineNode ( ) : void
public
getPrevious ( ) : void
public