JFormFieldPost
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
- Displays the post selection form
Properties
$type
protected
mixed
$type
= 'Post'
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
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
getInput()
Displays the post selection form
protected
getInput() : mixed