StyleEditInfoElementFactory
in package
Class StyleEditInfoElementFactory
Table of Contents
- $mapper : ContentGroupToContentAliasMapper
- __construct() : mixed
- StyleEditInfoElementFactory constructor.
- createWithAlias() : StyleEditInfoElementContent
- createWithNewContent() : StyleEditInfoElementContent
- createContentIdentifierWithAlias() : ContentIdentificationInterface
- createContentTextCollection() : ContentTextCollection
Properties
$mapper
protected
ContentGroupToContentAliasMapper
$mapper
Methods
__construct()
StyleEditInfoElementFactory constructor.
public
__construct(ContentGroupToContentAliasMapper $mapper) : mixed
Parameters
- $mapper : ContentGroupToContentAliasMapper
Return values
mixed —createWithAlias()
public
createWithAlias(InfoElementContent $infoElement, string $themeId) : StyleEditInfoElementContent
Parameters
- $infoElement : InfoElementContent
- $themeId : string
Tags
Return values
StyleEditInfoElementContent —createWithNewContent()
public
createWithNewContent(InfoElementContent $infoElement, array<string|int, string> $newContent) : StyleEditInfoElementContent
Parameters
- $infoElement : InfoElementContent
- $newContent : array<string|int, string>
Tags
Return values
StyleEditInfoElementContent —createContentIdentifierWithAlias()
protected
createContentIdentifierWithAlias(ContentIdentificationInterface $identification, string $themeId) : ContentIdentificationInterface
Parameters
- $identification : ContentIdentificationInterface
- $themeId : string
Tags
Return values
ContentIdentificationInterface —createContentTextCollection()
protected
createContentTextCollection(array<string|int, mixed> $newContent) : ContentTextCollection
Parameters
- $newContent : array<string|int, mixed>