class
League
/
CommonMark
/
Extension
/
Attributes
/
Parser
/
AttributesBlockContinueParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
AttributesBlockContinueParser
Extends
Properties
private
$block
Default: null
private
$container
Default: null
private
$hasSubsequentLine
Default: false
Methods
public
__construct ( array $attributes , AbstractBlock $container ) : void
Parameters
-
$attributes
arrayThe attributes identified by the block start parser
-
$container
AbstractBlock
The node we were in when these attributes were discovered
public
getBlock ( ) : void
public
tryContinue ( Cursor $cursor , BlockContinueParserInterface $activeBlockParser ) : void
public