Documentation

JFormFieldTextExt extends EasyBlogFormField
in package

Table of Contents

Properties

$type  : mixed

Methods

__construct()  : mixed
output()  : mixed
Proxy method to assist child elements to retrieve contents of a theme file
set()  : mixed
Proxy method to assist child elements to set variables to the theme
getInput()  : mixed
Abstract method that should be implemented on child classes
getOptions()  : array<string|int, mixed>
Method to get the field options.

Properties

$type

protected mixed $type = 'TextExt'

Methods

__construct()

public __construct() : mixed

output()

Proxy method to assist child elements to retrieve contents of a theme file

public output(mixed $namespace) : mixed
Parameters
$namespace : mixed
Tags
since
5.1
access

public

set()

Proxy method to assist child elements to set variables to the theme

public set(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed
Tags
since
5.1
access

public

getInput()

Abstract method that should be implemented on child classes

protected getInput() : mixed

getOptions()

Method to get the field options.

protected getOptions() : array<string|int, mixed>
Tags
since
3.4
Return values
array<string|int, mixed>

The field option objects.


        
On this page

Search results