EasyBlogBlockHandlerColumns
extends EasyBlogBlockHandlerAbstract
in package
Table of Contents
Properties
- $doc : mixed
- $element : mixed
- $icon : mixed
- $keywords : mixed
- $nestable : mixed
- $table : mixed
- $title : mixed
- $type : mixed
- $visible : mixed
Methods
- __construct() : mixed
- canUse() : mixed
- use for acl checking on blocks. By default this method always return true. If a block needed acl checking, the block will need to override this method in their handler.
- data() : mixed
- formatDisplay() : mixed
- Standard method to format the output for displaying purposes
- getAMPHtml() : mixed
- Retrieve AMP html
- getDescription() : mixed
- Retrieves the description / help text for the current block
- getEditableHtml() : mixed
- Retrieve the html to be rendered during post edit
- getFieldset() : mixed
- Renders the fieldset of a block
- getHtml() : mixed
- Retrieves the output for the block when it is being displayed
- getIcon() : mixed
- Retrieves the icon
- getInstantHtml() : mixed
- Retrieve Instant article html
- getInstantHtmlArticle() : mixed
- getInstantHtmlBlockquote() : mixed
- getInstantHtmlEmbedded() : mixed
- getInstantHtmlFigure() : mixed
- getInstantHtmlGallery() : mixed
- getInstantHtmlHeading() : mixed
- getInstantHtmlImage() : mixed
- getInstantHtmlNone() : mixed
- getInstantHtmlSection() : mixed
- getInstantHtmlTable() : mixed
- getInstantHtmlVideo() : mixed
- meta() : mixed
- Standard meta data of a block object
- updateBlock() : mixed
- validate() : mixed
- Validates if the block contains any contents
Properties
$doc
public
mixed
$doc
= \null
$element
public
mixed
$element
= 'none'
$icon
public
mixed
$icon
= 'fdi fa fa-columns'
$keywords
public
mixed
$keywords
$nestable
public
mixed
$nestable
= \true
$table
public
mixed
$table
$title
public
mixed
$title
$type
public
mixed
$type
$visible
public
mixed
$visible
= \true
Methods
__construct()
public
__construct(EasyBlogTableBlock &$block) : mixed
Parameters
- $block : EasyBlogTableBlock
canUse()
use for acl checking on blocks. By default this method always return true. If a block needed acl checking, the block will need to override this method in their handler.
public
canUse() : mixed
Tags
data()
public
data() : mixed
formatDisplay()
Standard method to format the output for displaying purposes
public
formatDisplay(mixed $item, EasyBlogPost &$blog) : mixed
Parameters
- $item : mixed
- $blog : EasyBlogPost
Tags
getAMPHtml()
Retrieve AMP html
public
getAMPHtml(mixed $block) : mixed
Parameters
- $block : mixed
Tags
getDescription()
Retrieves the description / help text for the current block
public
getDescription() : mixed
Tags
getEditableHtml()
Retrieve the html to be rendered during post edit
public
getEditableHtml(mixed $block) : mixed
Parameters
- $block : mixed
Tags
getFieldset()
Renders the fieldset of a block
public
getFieldset(mixed $meta) : mixed
Parameters
- $meta : mixed
Tags
getHtml()
Retrieves the output for the block when it is being displayed
public
getHtml(mixed $block[, mixed $textOnly = false ]) : mixed
Parameters
- $block : mixed
- $textOnly : mixed = false
Tags
getIcon()
Retrieves the icon
public
getIcon() : mixed
Tags
getInstantHtml()
Retrieve Instant article html
public
getInstantHtml(mixed $block) : mixed
Parameters
- $block : mixed
Tags
getInstantHtmlArticle()
public
getInstantHtmlArticle(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlBlockquote()
public
getInstantHtmlBlockquote(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlEmbedded()
public
getInstantHtmlEmbedded(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlFigure()
public
getInstantHtmlFigure(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlGallery()
public
getInstantHtmlGallery(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlHeading()
public
getInstantHtmlHeading(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlImage()
public
getInstantHtmlImage(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlNone()
public
getInstantHtmlNone(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlSection()
public
getInstantHtmlSection(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlTable()
public
getInstantHtmlTable(mixed $block) : mixed
Parameters
- $block : mixed
getInstantHtmlVideo()
public
getInstantHtmlVideo(mixed $block) : mixed
Parameters
- $block : mixed
meta()
Standard meta data of a block object
public
meta() : mixed
updateBlock()
public
updateBlock(mixed $block, mixed $data) : mixed
Parameters
- $block : mixed
- $data : mixed
validate()
Validates if the block contains any contents
public
validate(mixed $block) : mixed
Parameters
- $block : mixed