프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | The store description. | ||
$id | * Store ID | ||
$name | string | The store name. |
메소드 | 설명 | |
---|---|---|
create ( ) : |
||
delete ( ) | Deletes the key value group configuration | |
getById ( integer $id ) : |
||
getByName ( $name ) : |
||
getDescription ( ) : mixed | Returns the description. | |
getId ( ) : integer | ||
getName ( ) : string | ||
save ( ) | Saves the store config | |
setDescription ( $description ) : |
Sets the description. | |
setId ( integer $id ) | ||
setName ( string $name ) |
public setDescription ( $description ) : |
||
$description | ||
리턴 |