PHP Class Pimcore\Model\Object\Listing\Concrete

Inheritance: extends Pimcore\Model\Object\Listing
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public __construct ( )

addFieldCollection() public méthode

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

addObjectbrick() public méthode

public addObjectbrick ( $type )
$type

getClass() public méthode

public getClass ( ) : ClassDefinition
Résultat Pimcore\Model\Object\ClassDefinition

getClassId() public méthode

public getClassId ( ) : integer
Résultat integer

getClassName() public méthode

public getClassName ( ) : string
Résultat string

getFieldCollections() public méthode

public getFieldCollections ( ) : array
Résultat array

getIgnoreLocalizedFields() public méthode

public getIgnoreLocalizedFields ( ) : boolean
Résultat boolean

getLocale() public méthode

public getLocale ( ) : string | Zend_Locale
Résultat string | Zend_Locale

getObjectbricks() public méthode

public getObjectbricks ( ) : array
Résultat array

isValidOrderKey() public méthode

public isValidOrderKey ( string $key ) : boolean
$key string
Résultat boolean

setClassId() public méthode

public setClassId ( $classId )
$classId

setClassName() public méthode

public setClassName ( $className )
$className

setFieldCollections() public méthode

public setFieldCollections ( $fieldCollections )
$fieldCollections

setIgnoreLocalizedFields() public méthode

public setIgnoreLocalizedFields ( boolean $ignoreLocalizedFields )
$ignoreLocalizedFields boolean

setLocale() public méthode

public setLocale ( mixed $locale )
$locale mixed

setObjectbricks() public méthode

public setObjectbricks ( $objectbricks )
$objectbricks

Property Details

$classId public_oe property

public int $classId
Résultat integer

$className public_oe property

public string $className
Résultat string

$ignoreLocalizedFields public_oe 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
Résultat boolean

$locale public_oe property

public string|Zend_Locale $locale
Résultat string | Zend_Locale