baserCMS クラスリファレンス

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

Methods

clearCache()

キャッシュ用 Entity を削除

public clearCache() : mixed
Tags
checked
noTodo

update()

アップローダー設定を更新する

public update(array<string|int, mixed> $postData) : UploaderConfig|EntityInterface|false
Parameters
$postData : array<string|int, mixed>
Tags
noTodo
checked
unitTest
Return values
UploaderConfig|EntityInterface|false

        
On this page

Search results