PHP Class Pimcore\Model\Object\Classificationstore\KeyConfig

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

Méthodes publiques

Свойство Type Description
$cache array
$cacheEnabled boolean
$creationDate integer
$definition string
$description The key description.
$enabled boolean
$id integer
$modificationDate integer
$name string The key
$storeId integer Store ID
$title string Pseudo column for title
$type ..)

Méthodes publiques

Méthode Description
create ( ) : KeyConfig
delete ( ) Deletes the key value key configuration
getById ( integer $id ) : KeyConfig
getByName ( $name, $storeId = 1 ) : KeyConfig
getCacheEnabled ( ) : boolean
getCreationDate ( ) : integer
getDefinition ( ) : string
getDescription ( ) : mixed Returns the key description.
getEnabled ( ) : mixed
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
getStoreId ( ) : integer
getTitle ( ) : string
getType ( ) : mixed
save ( ) Saves the key config
setCacheEnabled ( boolean $cacheEnabled )
setCreationDate ( integer $creationDate )
setDefinition ( string $definition )
setDescription ( $description ) : KeyConfig Sets the key description
setEnabled ( mixed $enabled )
setId ( integer $id )
setModificationDate ( integer $modificationDate )
setName ( string $name )
setStoreId ( integer $storeId )
setTitle ( string $title )
setType ( mixed $type )

Method Details

create() public static méthode

public static create ( ) : KeyConfig
Résultat KeyConfig

delete() public méthode

Deletes the key value key configuration
public delete ( )

getById() public static méthode

public static getById ( integer $id ) : KeyConfig
$id integer
Résultat KeyConfig

getByName() public static méthode

public static getByName ( $name, $storeId = 1 ) : KeyConfig
$name
Résultat KeyConfig

getCacheEnabled() public static méthode

public static getCacheEnabled ( ) : boolean
Résultat boolean

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDefinition() public méthode

public getDefinition ( ) : string
Résultat string

getDescription() public méthode

Returns the key description.
public getDescription ( ) : mixed
Résultat mixed

getEnabled() public méthode

public getEnabled ( ) : mixed
Résultat mixed

getId() public méthode

public getId ( ) : integer
Résultat integer

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getStoreId() public méthode

public getStoreId ( ) : integer
Résultat integer

getTitle() public méthode

public getTitle ( ) : string
Résultat string

getType() public méthode

public getType ( ) : mixed
Résultat mixed

save() public méthode

Saves the key config
public save ( )

setCacheEnabled() public static méthode

public static setCacheEnabled ( boolean $cacheEnabled )
$cacheEnabled boolean

setCreationDate() public méthode

public setCreationDate ( integer $creationDate )
$creationDate integer

setDefinition() public méthode

public setDefinition ( string $definition )
$definition string

setDescription() public méthode

Sets the key description
public setDescription ( $description ) : KeyConfig
$description
Résultat KeyConfig

setEnabled() public méthode

public setEnabled ( mixed $enabled )
$enabled mixed

setId() public méthode

public setId ( integer $id )
$id integer

setModificationDate() public méthode

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public méthode

public setName ( string $name )
$name string

setStoreId() public méthode

public setStoreId ( integer $storeId )
$storeId integer

setTitle() public méthode

public setTitle ( string $title )
$title string

setType() public méthode

public setType ( mixed $type )
$type mixed

Property Details

$cache public_oe static_oe property

public static array $cache
Résultat array

$cacheEnabled public_oe static_oe property

public static bool $cacheEnabled
Résultat boolean

$creationDate public_oe property

public int $creationDate
Résultat integer

$definition public_oe property

public string $definition
Résultat string

$description public_oe property

The key description.
public $description

$enabled public_oe property

public bool $enabled
Résultat boolean

$id public_oe property

public int $id
Résultat integer

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

The key
public string $name
Résultat string

$storeId public_oe property

Store ID
public int $storeId
Résultat integer

$title public_oe property

Pseudo column for title
public string $title
Résultat string

$type public_oe property

..)
public $type