ThemeFileCategory

Class ThemeFileCategory

This class represents a theme file category (eg. Global files, Theme files, Survey files)

package

LimeSurvey\DataValueObject

Methods

__construct

__construct(string $name,string $title,string $path,string $pathPrefix)

Arguments

$name

string

$title

string

$path

string

$pathPrefix

string

Properties

the category name

name :string
var

the category name

Type(s)

string

the display title for the category

title :string
var

the display title for the category

Type(s)

string

the base path for the category

path :string
var

the base path for the category

Type(s)

string

the "virtual" path prefix (eg. 'image::generalfiles::')

pathPrefix :string
var

the "virtual" path prefix (eg. 'image::generalfiles::')

Type(s)

string