ContentIdentificationFactory
in package
implements
ContentIdentificationFactoryInterface
Interfaces, Classes and Traits
- ContentIdentificationFactoryInterface
- Interface ContentIdentificationFactoryInterface
Table of Contents
- createFromJson() : mixed
- forContentAlias() : ContentIdentificationInterface
- forContentGroup() : ContentIdentificationInterface
- forPreference() : mixed
Methods
createFromJson()
public
createFromJson(mixed $identification) : mixed
Parameters
- $identification : mixed
Tags
Return values
mixed —forContentAlias()
public
forContentAlias(string $contentAlias) : ContentIdentificationInterface
Parameters
- $contentAlias : string
Tags
Return values
ContentIdentificationInterface —forContentGroup()
public
forContentGroup(int $contentGroup) : ContentIdentificationInterface
Parameters
- $contentGroup : int
Tags
Return values
ContentIdentificationInterface —forPreference()
public
forPreference([string $contentAlias = null ][, int $contentGroup = null ]) : mixed
Parameters
- $contentAlias : string = null
- $contentGroup : int = null