UploaderConfigsService
in package
implements
UploaderConfigsServiceInterface
UploaderConfigsService
Table of Contents
Interfaces
- UploaderConfigsServiceInterface
- UploaderConfigsServiceInterface
Properties
- $UploaderConfigs : UploaderConfigsTable|Table
- UploaderConfigs Table
- $entity : UploaderConfig
- キャッシュ用 Entity
Methods
- __construct() : mixed
- constructor.
- clearCache() : mixed
- キャッシュ用 Entity を削除
- get() : UploaderConfig|EntityInterface
- アップローダー設定を取得
- update() : UploaderConfig|EntityInterface|false
- アップローダー設定を更新する
Properties
$UploaderConfigs
UploaderConfigs Table
public
UploaderConfigsTable|Table
$UploaderConfigs
$entity
キャッシュ用 Entity
protected
UploaderConfig
$entity
Methods
__construct()
constructor.
public
__construct() : mixed
Tags
clearCache()
キャッシュ用 Entity を削除
public
clearCache() : mixed
Tags
get()
アップローダー設定を取得
public
get() : UploaderConfig|EntityInterface
Tags
Return values
UploaderConfig|EntityInterfaceupdate()
アップローダー設定を更新する
public
update(array<string|int, mixed> $postData) : UploaderConfig|EntityInterface|false
Parameters
- $postData : array<string|int, mixed>