ContentLinksServiceInterface
in
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
Return values
EntityInterfacedelete()
リンクをを削除する
public
delete(int $id) : bool
Parameters
- $id : int
Tags
Return values
boolget()
単一データ取得
public
get(int $id[, array<string|int, mixed> $options = [] ]) : EntityInterface
Parameters
- $id : int
- $options : array<string|int, mixed> = []
Tags
Return values
EntityInterfaceupdate()
リンクを更新する
public
update(EntityInterface $target, array<string|int, mixed> $postData) : EntityInterface
Parameters
- $target : EntityInterface
- $postData : array<string|int, mixed>