Свойство | 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éthode | Description | |
---|---|---|
create ( ) : |
||
delete ( ) | Deletes the key value key configuration | |
getById ( integer $id ) : |
||
getByName ( $name, $storeId = 1 ) : |
||
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 ) : |
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 ) |
public static getByName ( $name, $storeId = 1 ) : |
||
$name | ||
Résultat |
public static getCacheEnabled ( ) : boolean | ||
Résultat | boolean |
public getDescription ( ) : mixed | ||
Résultat | mixed |
public static setCacheEnabled ( boolean $cacheEnabled ) | ||
$cacheEnabled | boolean |
public setCreationDate ( integer $creationDate ) | ||
$creationDate | integer |
public setDescription ( $description ) : |
||
$description | ||
Résultat |
public setModificationDate ( integer $modificationDate ) | ||
$modificationDate | integer |