interface
League
/
CommonMark
/
Delimiter
/
DelimiterInterface
DelimiterInterface
Methods
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