PHP Class Pimcore\Model\Object\Listing\Concrete

Inheritance: extends Pimcore\Model\Object\Listing
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$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

Public Methods

Method Description
__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 )

Method Details

__construct() public method

public __construct ( )

addFieldCollection() public method

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

addObjectbrick() public method

public addObjectbrick ( $type )
$type

getClass() public method

public getClass ( ) : ClassDefinition
return Pimcore\Model\Object\ClassDefinition

getClassId() public method

public getClassId ( ) : integer
return integer

getClassName() public method

public getClassName ( ) : string
return string

getFieldCollections() public method

public getFieldCollections ( ) : array
return array

getIgnoreLocalizedFields() public method

getLocale() public method

public getLocale ( ) : string | Zend_Locale
return string | Zend_Locale

getObjectbricks() public method

public getObjectbricks ( ) : array
return array

isValidOrderKey() public method

public isValidOrderKey ( string $key ) : boolean
$key string
return boolean

setClassId() public method

public setClassId ( $classId )
$classId

setClassName() public method

public setClassName ( $className )
$className

setFieldCollections() public method

public setFieldCollections ( $fieldCollections )
$fieldCollections

setIgnoreLocalizedFields() public method

public setIgnoreLocalizedFields ( boolean $ignoreLocalizedFields )
$ignoreLocalizedFields boolean

setLocale() public method

public setLocale ( mixed $locale )
$locale mixed

setObjectbricks() public method

public setObjectbricks ( $objectbricks )
$objectbricks

Property Details

$classId public property

public int $classId
return integer

$className public property

public string $className
return string

$ignoreLocalizedFields public property

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
return boolean

$locale public property

public string|Zend_Locale $locale
return string | Zend_Locale