BasicTheme
in package
implements
BasicThemeInterface, CurrentThemeInterface, SingletonStrategyInterface
Class CurrentTheme
Interfaces, Classes and Traits
- BasicThemeInterface
- Interface BasicThemeInterface
- CurrentThemeInterface
- Interface CurrentThemeInterface
- SingletonStrategyInterface
- Interface SingletonStrategyInterface
Table of Contents
- $id : string
- $parent : BasicThemeInterface
- __construct() : mixed
- CurrentTheme constructor.
- id() : string
- parent() : BasicThemeInterface|null
Properties
$id
protected
string
$id
$parent
protected
BasicThemeInterface
$parent
Methods
__construct()
CurrentTheme constructor.
public
__construct(string $id[, BasicThemeInterface $parent = null ]) : mixed
Parameters
- $id : string
- $parent : BasicThemeInterface = null
Return values
mixed —id()
public
id() : string
Return values
string —parent()
public
parent() : BasicThemeInterface|null