PHP Class Pimcore\Model\Object\Classificationstore

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$activeGroups array
$class ClassDefinition
$fieldname string
$groupCollectionMapping array
$items array
$object Concrete

Méthodes publiques

Méthode Description
__construct ( array $items = null )
addItem ( $item ) : void
doGetFallbackValues ( ) : boolean
getActiveGroups ( ) : array
getClass ( ) : ClassDefinition
getFieldname ( ) : string
getGroupCollectionMapping ( $groupId ) : mixed
getGroupCollectionMappings ( ) : array
getGroupIdsWithData ( ) : array Returns an array of
getItems ( ) : array
getLanguage ( null $language = null ) : string
getLocalizedKeyValue ( $groupId, $keyId, string $language = "default", boolean | false $ignoreFallbackLanguage = false, $ignoreDefaultLanguage = false ) : null
getObject ( ) : Concrete
removeGroupData ( $groupId ) Removes the group with the given id
setActiveGroups ( array $activeGroups )
setClass ( ClassDefinition $class )
setFieldname ( string $fieldname )
setGroupCollectionMapping ( $groupId, $collectionId )
setGroupCollectionMappings ( array $groupCollectionMapping )
setItems ( array $items )
setLocalizedKeyValue ( $groupId, $keyId, $value, null $language = null )
setObject ( Concrete $object )

Méthodes protégées

Méthode Description
getFallbackValue ( $groupId, $keyId, $language, $fielddefinition )

Method Details

__construct() public méthode

public __construct ( array $items = null )
$items array

addItem() public méthode

public addItem ( $item ) : void
$item
Résultat void

doGetFallbackValues() public static méthode

public static doGetFallbackValues ( ) : boolean
Résultat boolean

getActiveGroups() public méthode

public getActiveGroups ( ) : array
Résultat array

getClass() public méthode

public getClass ( ) : ClassDefinition
Résultat ClassDefinition

getFallbackValue() protected méthode

protected getFallbackValue ( $groupId, $keyId, $language, $fielddefinition )

getFieldname() public méthode

public getFieldname ( ) : string
Résultat string

getGroupCollectionMapping() public méthode

public getGroupCollectionMapping ( $groupId ) : mixed
$groupId
Résultat mixed

getGroupCollectionMappings() public méthode

public getGroupCollectionMappings ( ) : array
Résultat array

getGroupIdsWithData() public méthode

Returns an array of
public getGroupIdsWithData ( ) : array
Résultat array

getItems() public méthode

public getItems ( ) : array
Résultat array

getLanguage() public méthode

public getLanguage ( null $language = null ) : string
$language null
Résultat string

getLocalizedKeyValue() public méthode

public getLocalizedKeyValue ( $groupId, $keyId, string $language = "default", boolean | false $ignoreFallbackLanguage = false, $ignoreDefaultLanguage = false ) : null
$groupId
$keyId
$language string
$ignoreFallbackLanguage boolean | false
Résultat null

getObject() public méthode

public getObject ( ) : Concrete
Résultat Concrete

removeGroupData() public méthode

Removes the group with the given id
public removeGroupData ( $groupId )
$groupId

setActiveGroups() public méthode

public setActiveGroups ( array $activeGroups )
$activeGroups array

setClass() public méthode

public setClass ( ClassDefinition $class )
$class ClassDefinition

setFieldname() public méthode

public setFieldname ( string $fieldname )
$fieldname string

setGroupCollectionMapping() public méthode

public setGroupCollectionMapping ( $groupId, $collectionId )
$groupId
$collectionId

setGroupCollectionMappings() public méthode

public setGroupCollectionMappings ( array $groupCollectionMapping )
$groupCollectionMapping array

setItems() public méthode

public setItems ( array $items )
$items array

setLocalizedKeyValue() public méthode

public setLocalizedKeyValue ( $groupId, $keyId, $value, null $language = null )
$groupId
$keyId
$value
$language null

setObject() public méthode

public setObject ( Concrete $object )
$object Concrete

Property Details

$activeGroups public_oe property

public array $activeGroups
Résultat array

$class public_oe property

public ClassDefinition,Pimcore\Model\Object $class
Résultat ClassDefinition

$fieldname public_oe property

public string $fieldname
Résultat string

$groupCollectionMapping public_oe property

public array $groupCollectionMapping
Résultat array

$items public_oe property

public array $items
Résultat array

$object public_oe property

public Concrete,Pimcore\Model\Object $object
Résultat Concrete