baserCMS クラスリファレンス

MailConfigsService
in package
implements MailConfigsServiceInterface

MailConfigsService

Interfaces, Classes, Traits and Enums

MailConfigsServiceInterface
MailConfigsServiceInterface

Table of Contents

$MailConfigs  : MailConfigsTable
MailConfigs Table
$entity  : MailConfig
キャッシュ用 Entity
__construct()  : mixed
MailConfigsService constructor.
clearCache()  : mixed
キャッシュ用 Entity を削除
get()  : array<string|int, mixed>
データを取得する
getValue()  : string|null
フィールドの値を取得する
resetValue()  : MailConfig
設定値をリセットする
setValue()  : MailConfig
設定値を更新する
update()  : MailConfig|EntityInterface|false
データを更新する

Properties

Methods

__construct()

MailConfigsService constructor.

public __construct() : mixed
Tags
checked
unitTest
noTodo
Return values
mixed

clearCache()

キャッシュ用 Entity を削除

public clearCache() : mixed
Tags
checked
noTodo
unitTest
Return values
mixed

get()

データを取得する

public get() : array<string|int, mixed>
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>

getValue()

フィールドの値を取得する

public getValue(string $fieldName) : string|null
Parameters
$fieldName : string
Tags
checked
noTodo
unitTest
Return values
string|null

setValue()

設定値を更新する

public setValue(string $name, string $value) : MailConfig
Parameters
$name : string
$value : string
Tags
checked
noTodo
unitTest
Return values
MailConfig

update()

データを更新する

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

Search results