class League / CommonMark / Extension / Attributes / Parser / AttributesBlockContinueParser
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 array
    The 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

closeBlock ( ) : void