DH\Adf\Node\Block\Document
class materializes the root block node
Methods:
Document::blockquote()
appends a blockquote block nodeDocument::bulletlist()
appends a bulletList block nodeDocument::codeblock()
appends a codeBlock block nodeDocument::expand()
appends a expand nodeDocument::heading()
appends a heading block nodeDocument::mediaGroup()
appends a mediaGroup block nodeDocument::mediaSingle()
appends a mediaSingle block nodeDocument::orderedlist()
appends a orderedList block nodeDocument::panel()
appends a panel block nodeDocument::paragraph()
appends a paragraph block nodeDocument::rule()
appends a rule block nodeDocument::table()
appends a table block nodeDocument::load()
loads and parses an ADF JSON documentDocument::end()
closes the current block and returns the parent elementDocument::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\Blockquote
class materializes a blockquote block node
Methods:
Blockquote::paragraph()
appends a paragraph block nodeBlockquote::load()
loads and parses an ADF JSON documentBlockquote::end()
closes the current block and returns the parent elementBlockquote::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\BulletList
class materializes a bulletList block node
Methods:
BulletList::item()
appends a listItem child nodeBulletList::load()
loads and parses an ADF JSON documentBulletList::end()
closes the current block and returns the parent elementBulletList::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\OrderedList
class materializes a orderedList block node
Methods:
OrderedList::item()
appends a listItem child nodeOrderedList::load()
loads and parses an ADF JSON documentOrderedList::end()
closes the current block and returns the parent elementOrderedList::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\CodeBlock
class materializes a codeblock block node
Methods:
CodeBlock::text()
appends a text inline nodeCodeBlock::color()
appends a text node with a color mark nodeCodeBlock::em()
appends a text node with a em mark nodeCodeBlock::link()
appends a text node with a link mark nodeCodeBlock::strike()
appends a text node with a strike mark nodeCodeBlock::strong()
appends a text node with a strong mark nodeCodeBlock::sub()
appends a text node with a sub mark nodeCodeBlock::sup()
appends a text node with a sup mark nodeCodeBlock::underline()
appends a text node with a underline mark nodeCodeBlock::load()
loads and parses an ADF JSON documentCodeBlock::end()
closes the current block and returns the parent elementCodeBlock::toJson()
serializes the node as a JSON documentCodeBlock::getLanguage()
returns the codeblock's content language
Methods:
Expand::blockquote()
appends a blockquote block nodeExpand::bulletlist()
appends a bulletList block nodeExpand::codeblock()
appends a codeBlock block nodeExpand::expand()
appends a expand block nodeExpand::heading()
appends a heading block nodeExpand::mediaGroup()
appends a mediaGroup block nodeExpand::mediaSingle()
appends a mediaSingle block nodeExpand::orderedlist()
appends a orderedList block nodeExpand::panel()
appends a panel block nodeExpand::paragraph()
appends a paragraph block nodeExpand::rule()
appends a rule block nodeExpand::table()
appends a table block nodeExpand::load()
loads and parses an ADF JSON documentExpand::end()
closes the current block and returns the parent elementExpand::toJson()
serializes the node as a JSON documentExpand::getTitle()
returns the title of the expand node
DH\Adf\Node\Block\Heading
class materializes a heading node
Methods:
Heading::text()
appends a text inline nodeHeading::color()
appends a text node with a color mark nodeHeading::em()
appends a text node with a em mark nodeHeading::link()
appends a text node with a link mark nodeHeading::strike()
appends a text node with a strike mark nodeHeading::strong()
appends a text node with a strong mark nodeHeading::sub()
appends a text node with a sub mark nodeHeading::sup()
appends a text node with a sup mark nodeHeading::underline()
appends a text node with a underline mark nodeHeading::load()
loads and parses an ADF JSON documentHeading::end()
closes the current block and returns the parent elementHeading::toJson()
serializes the node as a JSON documentHeading::getLevel()
returns the heading's level
DH\Adf\Node\Block\MediaGroup
class materializes a mediaGroup block node
Methods:
MediaGroup::media()
appends a media nodeMediaGroup::load()
loads and parses an ADF JSON documentMediaGroup::end()
closes the current block and returns the parent elementMediaGroup::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\MediaSingle
class materializes a mediaSingle block node
Methods:
MediaSingle::media()
appends a media child nodeMediaSingle::load()
loads and parses an ADF JSON documentMediaSingle::end()
closes the current block and returns the parent elementMediaSingle::toJson()
serializes the node as a JSON documentMediaSingle::getLayout()
returns the layout of the mediaSingle nodeMediaSingle::getWidth()
returns the width of the mediaSingle node
DH\Adf\Node\Block\Panel
class materializes a panel block node
Methods:
Panel::bulletlist()
appends a bulletList block nodePanel::heading()
appends a heading block nodePanel::orderedlist()
appends a orderedList block nodePanel::paragraph()
appends a paragraph block nodePanel::load()
loads and parses an ADF JSON documentPanel::end()
closes the current block and returns the parent elementPanel::toJson()
serializes the node as a JSON documentPanel::getPanelType()
returns the type of the panel node
DH\Adf\Node\Block\Paragraph
class materializes a paragraph block node
Methods:
Paragraph::bulletlist()
appends a bulletList block nodeParagraph::heading()
appends a heading block nodeParagraph::orderedlist()
appends a orderedList block nodeParagraph::paragraph()
appends a paragraph block nodeParagraph::load()
loads and parses an ADF JSON documentParagraph::end()
closes the current block and returns the parent elementParagraph::toJson()
serializes the node as a JSON documentParagraph::getPanelType()
returns the type of the panel node
DH\Adf\Node\Block\Rule
class materializes a rule block node
Methods:
Rule::load()
loads and parses an ADF JSON documentRule::end()
closes the current block and returns the parent elementRule::toJson()
serializes the node as a JSON document
DH\Adf\Node\Block\Table
class materializes a table block node
Methods:
Table::row()
appends a tableRow child nodeTable::load()
loads and parses an ADF JSON documentTable::end()
closes the current block and returns the parent elementTable::toJson()
serializes the node as a JSON documentTable::getLayout()
returns the layout of the table nodeTable::isNumberColumnEnabled()
DH\Adf\Node\Child\TableRow
class materializes a tableRow child node
Methods:
TableRow::cell()
appends a tableCell child nodeTableRow::header()
appends a tableHeader child nodeTableRow::load()
loads and parses an ADF JSON documentTableRow::end()
closes the current block and returns the parent elementTableRow::toJson()
serializes the node as a JSON document
DH\Adf\Node\Child\TableHeader
class materializes a tableHeader child node
Methods:
TableHeader::blockquote()
appends a blockquote block nodeTableHeader::bulletlist()
appends a bulletList block nodeTableHeader::codeblock()
appends a codeBlock block nodeTableHeader::heading()
appends a heading block nodeTableHeader::mediaGroup()
appends a mediaGroup block nodeTableHeader::mediaSingle()
appends a mediaSingle block nodeTableHeader::orderedlist()
appends a orderedList block nodeTableHeader::panel()
appends a panel block nodeTableHeader::paragraph()
appends a paragraph block nodeTableHeader::rule()
appends a rule block nodeTableHeader::load()
loads and parses an ADF JSON documentTableHeader::end()
closes the current block and returns the parent elementTableHeader::toJson()
serializes the node as a JSON documentTableHeader::getBackground()
returns the backgroundTableHeader::getColwidth()
returns the column widthTableHeader::getColspan()
returns the colspan layoutTableHeader::getRowspan()
returns the rowspan layout
DH\Adf\Node\Child\TableCell
class materializes a tableCell child node
Methods:
TableCell::blockquote()
appends a blockquote block nodeTableCell::bulletlist()
appends a bulletList block nodeTableCell::codeblock()
appends a codeBlock block nodeTableCell::heading()
appends a heading block nodeTableCell::mediaGroup()
appends a mediaGroup block nodeTableCell::mediaSingle()
appends a mediaSingle block nodeTableCell::orderedlist()
appends a orderedList block nodeTableCell::panel()
appends a panel block nodeTableCell::paragraph()
appends a paragraph block nodeTableCell::rule()
appends a rule block nodeTableCell::load()
loads and parses an ADF JSON documentTableCell::end()
closes the current block and returns the parent elementTableCell::toJson()
serializes the node as a JSON documentTableCell::getBackground()
returns the backgroundTableCell::getColwidth()
returns the column widthTableCell::getColspan()
returns the colspan layoutTableCell::getRowspan()
returns the rowspan layout
DH\Adf\Node\Child\ListItem
class materializes a listItem child node
Methods:
ListItem::bulletlist()
appends a bulletList block nodeListItem::orderedlist()
appends a orderedList block nodeListItem::paragraph()
appends a paragraph block nodeListItem::codeblock()
appends a codeBlock block nodeListItem::mediaSingle()
appends a mediaSingle block nodeListItem::load()
loads and parses an ADF JSON documentListItem::end()
closes the current block and returns the parent elementListItem::toJson()
serializes the node as a JSON document
DH\Adf\Node\Child\Media
class materializes a media child node
Methods:
Media::load()
loads and parses an ADF JSON documentMedia::end()
closes the current block and returns the parent elementMedia::toJson()
serializes the node as a JSON documentMedia::getCollection()
returns the collection of the media nodeMedia::getHeight()
returns the height of the media nodeMedia::getWidth()
returns the width of the media nodeMedia::getId()
returns the ID of the media nodeMedia::getMediaType()
returns the media type of the media nodeMedia::getOccurrenceKey()