Property | Type | Description | |
---|---|---|---|
$listData |
Method | Description | |
---|---|---|
__construct ( |
||
acceptsLines ( ) : boolean | Returns true if block type can accept lines of text | |
canContain ( |
Returns true if this block can contain the given block as a child node | |
isCode ( ) : boolean | Whether this is a code block | |
matchesNextLine ( |
||
shouldLastLineBeBlank ( |
public acceptsLines ( ) : boolean | ||
return | boolean |
public canContain ( |
||
$block | ||
return | boolean |
public matchesNextLine ( |
||
$cursor |
public shouldLastLineBeBlank ( |
||
$cursor | ||
$currentLineNumber | integer | |
return | boolean |