Documentation

JFormFieldThemeFiles 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
Renders a dropdown to list files from a specific folder from a theme
cleanupFileNames()  : mixed
Cleanup file names
getOverrideFiles()  : mixed
Retrieve a list of files in the Joomla template override section
getThemeFiles()  : mixed
Retrieve a list of files in the currently selected theme
getWireframeFiles()  : mixed
Retrieve a list of files in the wireframe theme

Properties

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()

Renders a dropdown to list files from a specific folder from a theme

protected getInput() : mixed
Tags
since
5.3.0
access

public

cleanupFileNames()

Cleanup file names

private cleanupFileNames(mixed $files) : mixed
Parameters
$files : mixed
Tags
since
5.3.0
access

private

getOverrideFiles()

Retrieve a list of files in the Joomla template override section

private getOverrideFiles(mixed $folder) : mixed
Parameters
$folder : mixed
Tags
since
5.3.0
access

private

getThemeFiles()

Retrieve a list of files in the currently selected theme

private getThemeFiles(mixed $folder) : mixed
Parameters
$folder : mixed
Tags
since
5.3.0
access

private

getWireframeFiles()

Retrieve a list of files in the wireframe theme

private getWireframeFiles(mixed $folder) : mixed
Parameters
$folder : mixed
Tags
since
5.3.0
access

private


        
On this page

Search results