PHP Класс League\CommonMark\Block\Element\BlockQuote

Наследование: extends AbstractBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
acceptsLines ( ) : boolean Returns true if block type can accept lines of text
canContain ( AbstractBlock $block ) : boolean Returns true if this block can contain the given block as a child node
isCode ( ) : boolean Whether this is a code block
matchesNextLine ( Cursor $cursor )
shouldLastLineBeBlank ( Cursor $cursor, integer $currentLineNumber ) : boolean

Описание методов

acceptsLines() публичный метод

Returns true if block type can accept lines of text
public acceptsLines ( ) : boolean
Результат boolean

canContain() публичный метод

Returns true if this block can contain the given block as a child node
public canContain ( AbstractBlock $block ) : boolean
$block AbstractBlock
Результат boolean

isCode() публичный метод

Whether this is a code block
public isCode ( ) : boolean
Результат boolean

matchesNextLine() публичный метод

public matchesNextLine ( Cursor $cursor )
$cursor League\CommonMark\Cursor

shouldLastLineBeBlank() публичный метод

public shouldLastLineBeBlank ( Cursor $cursor, integer $currentLineNumber ) : boolean
$cursor League\CommonMark\Cursor
$currentLineNumber integer
Результат boolean