Documentation

EasyBlogFieldsTypeHeading extends EasyBlogFieldsAbstract
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$element  : mixed
$formElement  : mixed
$input  : mixed
$title  : mixed

Methods

__construct()  : mixed
admin()  : mixed
Displays the form to the admin when they are customizing the field
classForm()  : mixed
Generates the class input form
display()  : mixed
Displays the output of the custom field value
form()  : mixed
Retrieves the form portion of the custom fields
getElement()  : mixed
Displays the title of the custom field.
getOptions()  : mixed
Retrieve the field's options
getTitle()  : mixed
Displays the title of the custom field.
getValue()  : mixed
Retrieve the value for this field
setFormElement()  : mixed
Allows caller to set the form element
text()  : mixed
return text values in plain text.

Properties

$element

public mixed $element = 'heading'

$formElement

public mixed $formElement = ''

Methods

__construct()

public __construct() : mixed

getElement()

Displays the title of the custom field.

public final getElement() : mixed
Tags
since
4.0
access

public

getTitle()

Displays the title of the custom field.

public final getTitle() : mixed
Tags
since
4.0
access

public

setFormElement()

Allows caller to set the form element

public setFormElement([mixed $element = 'field' ]) : mixed
Parameters
$element : mixed = 'field'
Tags
since
5.0
access

public


        
On this page

Search results