SiteConfigsServiceInterface
in
Interface SiteConfigsServiceInterface
Table of Contents
Methods
- clearCache() : mixed
- キャッシュ用 Entity を削除
- get() : array<string|int, mixed>
- データをキーバリュー形式で取得する
- getModeList() : array<string|int, mixed>
- アプリケーションモードリストを取得
- getValue() : string|null
- フィールドの値を取得する
- getVersion() : string
- baserCMSのDBのバージョンを取得する
- isWritableEnv() : bool
- putEnv() : bool
- resetValue() : SiteConfig
- サイト全体の設定値をリセットする
- setValue() : SiteConfig
- サイト全体の設定値を更新する
- update() : EntityInterface
- データをキーバリュー形式で保存する
Methods
clearCache()
キャッシュ用 Entity を削除
public
clearCache() : mixed
Tags
get()
データをキーバリュー形式で取得する
public
get() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getModeList()
アプリケーションモードリストを取得
public
getModeList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getValue()
フィールドの値を取得する
public
getValue(mixed $fieldName) : string|null
Parameters
- $fieldName : mixed
Tags
Return values
string|nullgetVersion()
baserCMSのDBのバージョンを取得する
public
getVersion() : string
Tags
Return values
stringisWritableEnv()
public
isWritableEnv() : bool
.env が書き込み可能かどうか
Tags
Return values
boolputEnv()
public
putEnv(mixed $key, mixed $value) : bool
.env に設定値を書き込む
Parameters
- $key : mixed
- $value : mixed
Tags
Return values
boolresetValue()
サイト全体の設定値をリセットする
public
resetValue(string $name) : SiteConfig
Parameters
- $name : string
Tags
Return values
SiteConfigsetValue()
サイト全体の設定値を更新する
public
setValue(string $name, string $value) : SiteConfig
Parameters
- $name : string
- $value : string
Tags
Return values
SiteConfigupdate()
データをキーバリュー形式で保存する
public
update(array<string|int, mixed> $postData) : EntityInterface
Parameters
- $postData : array<string|int, mixed>