ContentIdentification
in package
implements
JsonSerializable, ContentIdentificationInterface
Class ContentIdentification
Interfaces, Classes and Traits
- JsonSerializable
- ContentIdentificationInterface
- Interface ContentidentificationInterface
Table of Contents
- $content_alias : mixed
- $content_group : mixed
- __construct() : mixed
- ContentIdentification constructor.
- __toString() : string
- contentAlias() : mixed
- contentGroup() : mixed
- forTheme() : ContentIdentificationInterface
- jsonSerialize() : mixed
Properties
$content_alias
protected
mixed
$content_alias
$content_group
protected
mixed
$content_group
Methods
__construct()
ContentIdentification constructor.
public
__construct([null $contentGroup = null ][, null $contentAlias = null ]) : mixed
Parameters
- $contentGroup : null = null
- $contentAlias : null = null
Return values
mixed —__toString()
public
__toString() : string
Return values
string —contentAlias()
public
contentAlias() : mixed
Return values
mixed —contentGroup()
public
contentGroup() : mixed
Return values
mixed —forTheme()
public
forTheme(string $themeId) : ContentIdentificationInterface
Parameters
- $themeId : string
Return values
ContentIdentificationInterface —jsonSerialize()
public
jsonSerialize() : mixed