class
League
/
CommonMark
/
Parser
/
Block
/
BlockContinue
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
BlockContinue
Result object for continuing parsing of a block; see static methods for constructors.
Properties
private
$cursorState
Default: null
private
$finalize
Default: null
Methods
private
__construct ( CursorState $cursorState , bool $finalize ) : void
public
getCursorState ( ) : void
public
isFinalize ( ) : void
public
static
none ( ) : null
Signal that we cannot continue here
public
static
finished ( ) : void
Signal that we want to finalize and close the block