phpDocumentor

ThemeContentsParser
in package

Class ThemeContentsParser

This class represents a parser for theme contents

Table of Contents

$identificationFactory  : mixed
createLocalizedCollection()  : mixed
Return a collection of the provided localized values
parse()  : ThemeContents
Return the parsed theme contents
identificationFactory()  : ContentIdentificationFactoryInterface
createClassForLocalizedCollection()  : stdClass
Converts the value to language specific
parseInfoElementContent()  : InfoElementContent
Return a parsed info element content
parseInfoElementContents()  : InfoElementContentCollection
Return the parsed info element contents
parseInfoPageContent()  : InfoPageContent
Return a parsed info page content
parseInfoPageContents()  : InfoPageContentCollection
Return the parsed info page contents
parseLinkPageContent()  : LinkPageContent
Return a parsed link page content
parseLinkPageContents()  : LinkPageContentCollection
Return the parsed link page contents

Properties

Methods

createLocalizedCollection()

Return a collection of the provided localized values

public static createLocalizedCollection([stdClass $values = null ], StringType $itemClassName) : mixed
Parameters
$values : stdClass = null

Object containing locale-based values

$itemClassName : StringType

Item class name

Return values
mixed

Dynamic output (all outputs implement LocalizedContentAttributeCollectionInterface)

createClassForLocalizedCollection()

Converts the value to language specific

private static createClassForLocalizedCollection( $value) : stdClass
Parameters
$value :
Return values
stdClass

Search results