PHP Class Pimcore\Model\Object\Classificationstore\KeyConfig

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property 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 ..)

Public Methods

Method 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 method

public static create ( ) : KeyConfig
return KeyConfig

delete() public method

Deletes the key value key configuration
public delete ( )

getById() public static method

public static getById ( integer $id ) : KeyConfig
$id integer
return KeyConfig

getByName() public static method

public static getByName ( $name, $storeId = 1 ) : KeyConfig
$name
return KeyConfig

getCacheEnabled() public static method

public static getCacheEnabled ( ) : boolean
return boolean

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getDefinition() public method

public getDefinition ( ) : string
return string

getDescription() public method

Returns the key description.
public getDescription ( ) : mixed
return mixed

getEnabled() public method

public getEnabled ( ) : mixed
return mixed

getId() public method

public getId ( ) : integer
return integer

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getStoreId() public method

public getStoreId ( ) : integer
return integer

getTitle() public method

public getTitle ( ) : string
return string

getType() public method

public getType ( ) : mixed
return mixed

save() public method

Saves the key config
public save ( )

setCacheEnabled() public static method

public static setCacheEnabled ( boolean $cacheEnabled )
$cacheEnabled boolean

setCreationDate() public method

public setCreationDate ( integer $creationDate )
$creationDate integer

setDefinition() public method

public setDefinition ( string $definition )
$definition string

setDescription() public method

Sets the key description
public setDescription ( $description ) : KeyConfig
$description
return KeyConfig

setEnabled() public method

public setEnabled ( mixed $enabled )
$enabled mixed

setId() public method

public setId ( integer $id )
$id integer

setModificationDate() public method

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() public method

public setName ( string $name )
$name string

setStoreId() public method

public setStoreId ( integer $storeId )
$storeId integer

setTitle() public method

public setTitle ( string $title )
$title string

setType() public method

public setType ( mixed $type )
$type mixed

Property Details

$cache public static property

public static array $cache
return array

$cacheEnabled public static property

public static bool $cacheEnabled
return boolean

$creationDate public property

public int $creationDate
return integer

$definition public property

public string $definition
return string

$description public property

The key description.
public $description

$enabled public property

public bool $enabled
return boolean

$id public property

public int $id
return integer

$modificationDate public property

public int $modificationDate
return integer

$name public property

The key
public string $name
return string

$storeId public property

Store ID
public int $storeId
return integer

$title public property

Pseudo column for title
public string $title
return string

$type public property

..)
public $type