baserCMS クラスリファレンス

BlogTagsServiceInterface

BlogTagsServiceInterface

Table of Contents

Methods

batch()  : bool
一括処理
create()  : EntityInterface
ブログタグ作成
delete()  : mixed
get()  : mixed
getIndex()  : Query
ブログタグ一覧を取得
getNew()  : mixed
getTitlesById()  : array<string|int, mixed>
IDからタイトルリストを取得する
update()  : mixed

Methods

batch()

一括処理

public batch(string $method, array<string|int, mixed> $ids) : bool
Parameters
$method : string
$ids : array<string|int, mixed>
Tags
checked
noTodo
unitTest
Return values
bool

create()

ブログタグ作成

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

getIndex()

ブログタグ一覧を取得

public getIndex(array<string|int, mixed> $queryParams) : Query
Parameters
$queryParams : array<string|int, mixed>
Tags
checked
noTodo
unitTest
Return values
Query

getTitlesById()

IDからタイトルリストを取得する

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

        
On this page

Search results