PHP 클래스 Pimcore\Model\Object\Classificationstore

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$activeGroups array
$class ClassDefinition
$fieldname string
$groupCollectionMapping array
$items array
$object Concrete

공개 메소드들

메소드 설명
__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 )

보호된 메소드들

메소드 설명
getFallbackValue ( $groupId, $keyId, $language, $fielddefinition )

메소드 상세

__construct() 공개 메소드

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

addItem() 공개 메소드

public addItem ( $item ) : void
$item
리턴 void

doGetFallbackValues() 공개 정적인 메소드

public static doGetFallbackValues ( ) : boolean
리턴 boolean

getActiveGroups() 공개 메소드

public getActiveGroups ( ) : array
리턴 array

getClass() 공개 메소드

public getClass ( ) : ClassDefinition
리턴 ClassDefinition

getFallbackValue() 보호된 메소드

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

getFieldname() 공개 메소드

public getFieldname ( ) : string
리턴 string

getGroupCollectionMapping() 공개 메소드

public getGroupCollectionMapping ( $groupId ) : mixed
$groupId
리턴 mixed

getGroupCollectionMappings() 공개 메소드

public getGroupCollectionMappings ( ) : array
리턴 array

getGroupIdsWithData() 공개 메소드

Returns an array of
public getGroupIdsWithData ( ) : array
리턴 array

getItems() 공개 메소드

public getItems ( ) : array
리턴 array

getLanguage() 공개 메소드

public getLanguage ( null $language = null ) : string
$language null
리턴 string

getLocalizedKeyValue() 공개 메소드

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

getObject() 공개 메소드

public getObject ( ) : Concrete
리턴 Concrete

removeGroupData() 공개 메소드

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

setActiveGroups() 공개 메소드

public setActiveGroups ( array $activeGroups )
$activeGroups array

setClass() 공개 메소드

public setClass ( ClassDefinition $class )
$class ClassDefinition

setFieldname() 공개 메소드

public setFieldname ( string $fieldname )
$fieldname string

setGroupCollectionMapping() 공개 메소드

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

setGroupCollectionMappings() 공개 메소드

public setGroupCollectionMappings ( array $groupCollectionMapping )
$groupCollectionMapping array

setItems() 공개 메소드

public setItems ( array $items )
$items array

setLocalizedKeyValue() 공개 메소드

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

setObject() 공개 메소드

public setObject ( Concrete $object )
$object Concrete

프로퍼티 상세

$activeGroups 공개적으로 프로퍼티

public array $activeGroups
리턴 array

$class 공개적으로 프로퍼티

public ClassDefinition,Pimcore\Model\Object $class
리턴 ClassDefinition

$fieldname 공개적으로 프로퍼티

public string $fieldname
리턴 string

$groupCollectionMapping 공개적으로 프로퍼티

public array $groupCollectionMapping
리턴 array

$items 공개적으로 프로퍼티

public array $items
리턴 array

$object 공개적으로 프로퍼티

public Concrete,Pimcore\Model\Object $object
리턴 Concrete