ThemeName
in package
implements
ThemeNameInterface
Class ThemeName
Interfaces, Classes and Traits
- ThemeNameInterface
- Interface ThemeNameInterface
Table of Contents
- $name : string
- __construct() : mixed
- ThemeName constructor.
- create() : ThemeName
- Named constructor of theme name.
- getName() : string
- Returns the theme name.
Properties
$name
protected
string
$name
Methods
__construct()
ThemeName constructor.
public
__construct(StringType $name) : mixed
Parameters
- $name : StringType
-
Theme name.
Return values
mixed —create()
Named constructor of theme name.
public
static create(string $name) : ThemeName
Parameters
- $name : string
-
Theme name.
Return values
ThemeName —New instance.
getName()
Returns the theme name.
public
getName() : string