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
$type
protected
mixed
$type
= 'ThemeFiles'
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()
Renders a dropdown to list files from a specific folder from a theme
protected
getInput() : mixed
Tags
cleanupFileNames()
Cleanup file names
private
cleanupFileNames(mixed $files) : mixed
Parameters
- $files : mixed
Tags
getOverrideFiles()
Retrieve a list of files in the Joomla template override section
private
getOverrideFiles(mixed $folder) : mixed
Parameters
- $folder : mixed
Tags
getThemeFiles()
Retrieve a list of files in the currently selected theme
private
getThemeFiles(mixed $folder) : mixed
Parameters
- $folder : mixed
Tags
getWireframeFiles()
Retrieve a list of files in the wireframe theme
private
getWireframeFiles(mixed $folder) : mixed
Parameters
- $folder : mixed