ThemeFileCategory
in package
Class ThemeFileCategory
This class represents a theme file category (eg. Global files, Theme files, Survey files)
Table of Contents
Properties
- $name : string
- $path : string
- $pathPrefix : string
- $title : string
Methods
- __construct() : mixed
Properties
$name
public
string
$name
the category name
$path
public
string
$path
the base path for the category
$pathPrefix
public
string
$pathPrefix
the "virtual" path prefix (eg. 'image::generalfiles::')
$title
public
string
$title
the display title for the category
Methods
__construct()
public
__construct(string $name, string $title, string $path, string $pathPrefix) : mixed
Parameters
- $name : string
- $title : string
- $path : string
- $pathPrefix : string