baserCMS クラスリファレンス

ContentLinksServiceInterface

ContentLinksServiceInterface

Table of Contents

Methods

create()  : EntityInterface
新規登録
delete()  : bool
リンクをを削除する
get()  : EntityInterface
単一データ取得
update()  : EntityInterface
リンクを更新する

Methods

create()

新規登録

public create(array<string|int, mixed> $postData) : EntityInterface
Parameters
$postData : array<string|int, mixed>
Tags
checked
checked
noTodo
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
checked
noTodo
Return values
EntityInterface

update()

リンクを更新する

public update(EntityInterface $target, array<string|int, mixed> $postData) : EntityInterface
Parameters
$target : EntityInterface
$postData : array<string|int, mixed>
Tags
throws
PersistenceFailedException
checked
checked
noTodo
Return values
EntityInterface

        
On this page

Search results