baserCMS クラスリファレンス

UploaderCategoriesService
in package
implements UploaderCategoriesServiceInterface

UploadCategoriesService

Interfaces, Classes, Traits and Enums

UploaderCategoriesServiceInterface
UploaderCategoriesServiceInterface

Table of Contents

$UploaderCategories  : UploaderCategoriesTable
__construct()  : mixed
Constructor
batch()  : mixed
一括処理
copy()  : mixed
コピー
create()  : mixed
作成
delete()  : mixed
削除
get()  : mixed
単一データ取得
getIndex()  : mixed
一覧データ取得
getList()  : mixed
リスト取得
getNew()  : mixed
初期データ取得
getTitlesById()  : array<string|int, mixed>
IDからタイトルリストを取得する
update()  : mixed
編集

Properties

Methods

batch()

一括処理

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

copy()

コピー

public copy(int $id) : mixed
Parameters
$id : int
Tags
checked
noTodo
Return values
mixed

create()

作成

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

delete()

削除

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

get()

単一データ取得

public get(int $id) : mixed
Parameters
$id : int
Tags
checked
noTodo
Return values
mixed

getIndex()

一覧データ取得

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

getTitlesById()

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

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

update()

編集

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

Search results