PHP 클래스 Pimcore\Model\Object\Listing\Concrete

상속: extends Pimcore\Model\Object\Listing
파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$classId integer
$className string
$ignoreLocalizedFields boolean do not use the localized views for this list (in the case the class contains localized fields), conditions on localized fields are not possible
$locale string | Zend_Locale

공개 메소드들

메소드 설명
__construct ( )
addFieldCollection ( $type, null $fieldname = null )
addObjectbrick ( $type )
getClass ( ) : ClassDefinition
getClassId ( ) : integer
getClassName ( ) : string
getFieldCollections ( ) : array
getIgnoreLocalizedFields ( ) : boolean
getLocale ( ) : string | Zend_Locale
getObjectbricks ( ) : array
isValidOrderKey ( string $key ) : boolean
setClassId ( $classId )
setClassName ( $className )
setFieldCollections ( $fieldCollections )
setIgnoreLocalizedFields ( boolean $ignoreLocalizedFields )
setLocale ( mixed $locale )
setObjectbricks ( $objectbricks )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addFieldCollection() 공개 메소드

public addFieldCollection ( $type, null $fieldname = null )
$type
$fieldname null

addObjectbrick() 공개 메소드

public addObjectbrick ( $type )
$type

getClass() 공개 메소드

public getClass ( ) : ClassDefinition
리턴 Pimcore\Model\Object\ClassDefinition

getClassId() 공개 메소드

public getClassId ( ) : integer
리턴 integer

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string

getFieldCollections() 공개 메소드

public getFieldCollections ( ) : array
리턴 array

getIgnoreLocalizedFields() 공개 메소드

getLocale() 공개 메소드

public getLocale ( ) : string | Zend_Locale
리턴 string | Zend_Locale

getObjectbricks() 공개 메소드

public getObjectbricks ( ) : array
리턴 array

isValidOrderKey() 공개 메소드

public isValidOrderKey ( string $key ) : boolean
$key string
리턴 boolean

setClassId() 공개 메소드

public setClassId ( $classId )
$classId

setClassName() 공개 메소드

public setClassName ( $className )
$className

setFieldCollections() 공개 메소드

public setFieldCollections ( $fieldCollections )
$fieldCollections

setIgnoreLocalizedFields() 공개 메소드

public setIgnoreLocalizedFields ( boolean $ignoreLocalizedFields )
$ignoreLocalizedFields boolean

setLocale() 공개 메소드

public setLocale ( mixed $locale )
$locale mixed

setObjectbricks() 공개 메소드

public setObjectbricks ( $objectbricks )
$objectbricks

프로퍼티 상세

$classId 공개적으로 프로퍼티

public int $classId
리턴 integer

$className 공개적으로 프로퍼티

public string $className
리턴 string

$ignoreLocalizedFields 공개적으로 프로퍼티

do not use the localized views for this list (in the case the class contains localized fields), conditions on localized fields are not possible
public bool $ignoreLocalizedFields
리턴 boolean

$locale 공개적으로 프로퍼티

public string|Zend_Locale $locale
리턴 string | Zend_Locale