ThemeId

Class ThemeId

package

Default

Methods

ThemeId constructor.

__construct( $themeId) 

Arguments

$themeId

Named constructor of ThemeId.

create(string $themeId) : \ThemeId
static

Arguments

$themeId

string

Identifier for themes.

Response

\ThemeId

New instance.

Checks if the given theme id is equal to this one.

equals(\ThemeId $id) : boolean

Arguments

$id

\ThemeId

Response

boolean

Returns the theme id.

getId() : string

Response

string

Properties

id

id : string
var

Type(s)

string