baserCMS クラスリファレンス

MailContentsServiceInterface

MailContentsServiceInterface

Table of Contents

Methods

copy()  : EntityInterface
ブログをコピーする
create()  : EntityInterface
メールフォーム登録
delete()  : bool
メールフォームを削除する
get()  : EntityInterface
メールコンテンツを取得する
getIndex()  : Query
メールコンテンツ一覧を取得する
getList()  : array<string|int, mixed>
リストデータ取得
getNew()  : EntityInterface
初期値を取得する
update()  : EntityInterface|null
メールコンテンツを更新する

Methods

copy()

ブログをコピーする

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

$result

create()

メールフォーム登録

public create(array<string|int, mixed> $postData[, array<string|int, mixed> $options = [] ]) : EntityInterface
Parameters
$postData : array<string|int, mixed>
$options : array<string|int, mixed> = []
Tags
throws
PersistenceFailedException
checked
noTodo
unitTest
Return values
EntityInterface

delete()

メールフォームを削除する

public delete(int $id) : bool
Parameters
$id : int
Tags
checked
noTodo
unitTest
Return values
bool

get()

メールコンテンツを取得する

public get(int $id[, array<string|int, mixed> $options = [] ]) : EntityInterface
Parameters
$id : int
$options : array<string|int, mixed> = []
Tags
checked
noTodo
unitTest
Return values
EntityInterface

getIndex()

メールコンテンツ一覧を取得する

public getIndex() : Query
Tags
checked
noTodo
unitTest
Return values
Query

getList()

リストデータ取得

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

getNew()

初期値を取得する

public getNew() : EntityInterface
Tags
checked
checked
noTodo
Return values
EntityInterface

update()

メールコンテンツを更新する

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

        
On this page

Search results