baserCMS クラスリファレンス

MailConfigsService
in package
implements MailConfigsServiceInterface

MailConfigsService

Table of Contents

Interfaces

MailConfigsServiceInterface
MailConfigsServiceInterface

Properties

$MailConfigs  : MailConfigsTable
MailConfigs Table
$entity  : MailConfig
キャッシュ用 Entity

Methods

__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

clearCache()

キャッシュ用 Entity を削除

public clearCache() : mixed
Tags
checked
noTodo
unitTest

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

        
On this page

Search results