ContentValueObjectFactory

Class ContentValueObjectFactory

package

Default

Methods

ContentValueObjectFactory constructor.

__construct(\LanguageProviderInterface $languageProvider) 

Arguments

$languageProvider

\LanguageProviderInterface

createContentAllowRobotsStatus

createContentAllowRobotsStatus(array $dbContent) : \ContentAllowRobotsStatus

Arguments

$dbContent

array

Response

\ContentAllowRobotsStatus

createContentHeadingCollection

createContentHeadingCollection(array $dbContent) : \ContentHeadingCollection

Arguments

$dbContent

array

Response

\ContentHeadingCollection

createContentLinkCollection

createContentLinkCollection(array $dbContent) : \ContentLinkCollection

Arguments

$dbContent

array

Response

\ContentLinkCollection

createContentMetaDescriptionCollection

createContentMetaDescriptionCollection(array $dbContent) : \ContentMetaDescriptionCollection

Arguments

$dbContent

array

Response

\ContentMetaDescriptionCollection

createContentMetaKeywordsCollection

createContentMetaKeywordsCollection(array $dbContent) : \ContentMetaKeywordsCollection

Arguments

$dbContent

array

Response

\ContentMetaKeywordsCollection

createContentMetaTitleCollection

createContentMetaTitleCollection(array $dbContent) : \ContentMetaTitleCollection

Arguments

$dbContent

array

Response

\ContentMetaTitleCollection

createContentNameCollection

createContentNameCollection(array $dbContent) : \ContentNameCollection

Arguments

$dbContent

array

Response

\ContentNameCollection

createContentOpenGraphImageCollection

createContentOpenGraphImageCollection(array $dbContent) : \ContentOpenGraphImageCollection

Arguments

$dbContent

array

Response

\ContentOpenGraphImageCollection

createContentOpenInNewTabStatus

createContentOpenInNewTabStatus(array $dbContent) : \ContentOpenInNewTabStatus

Arguments

$dbContent

array

Response

\ContentOpenInNewTabStatus

createContentSitemap

createContentSitemap(array $dbContent) : \ContentSitemap

Arguments

$dbContent

array

Response

\ContentSitemap

createContentStatus

createContentStatus(array $dbContent) : \ContentStatus

Arguments

$dbContent

array

Response

\ContentStatus

createContentTextCollection

createContentTextCollection(array $dbContent) : \ContentTextCollection

Arguments

$dbContent

array

Response

\ContentTextCollection

createContentTitleCollection

createContentTitleCollection(array $dbContent) : \ContentTitleCollection

Arguments

$dbContent

array

Response

\ContentTitleCollection

createContentUrlKeywordsCollection

createContentUrlKeywordsCollection(array $dbContent) : \ContentUrlKeywordsCollection

Arguments

$dbContent

array

Response

\ContentUrlKeywordsCollection

createContentUrlRewriteCollection

createContentUrlRewriteCollection(array $dbContent) : \ContentUrlRewriteCollection

Arguments

$dbContent

array

Response

\ContentUrlRewriteCollection

createDownloadFileCollection

createDownloadFileCollection(array $dbContent) : \ContentDownloadFileCollection

Arguments

$dbContent

array

Response

\ContentDownloadFileCollection

createValueObjectsForInfoElementContent

createValueObjectsForInfoElementContent(array $dbContent) : array
Throws
\Exception

Arguments

$dbContent

array

Response

array

createValueObjectsForInfoPageContent

createValueObjectsForInfoPageContent(array $dbContent, array $urlRewriteData) : array
Throws
\Exception

Arguments

$dbContent

array

$urlRewriteData

array

Response

array

createValueObjectsForLinkPageContent

createValueObjectsForLinkPageContent(array $dbContent) : array
Throws
\Exception

Arguments

$dbContent

array

Response

array

getLanguageCodeFromLanguageId

getLanguageCodeFromLanguageId(integer $languageId) : \LanguageCode

Arguments

$languageId

integer

Response

\LanguageCode

languageProvider

languageProvider() : \LanguageProviderInterface

Properties

languageProvider

languageProvider : \LanguageProviderInterface