BlogContentsService
in package
implements
BlogContentsServiceInterface
uses
BcContainerTrait
BlogContentsService
Table of Contents
Interfaces
- BlogContentsServiceInterface
- BlogContentsServiceInterface
Properties
- $BlogContents : BlogContentsTable
- $BlogContents : BlogContentsTable|Table
- BlogContents
Methods
- __construct() : mixed
- Construct
- checkRequireSearchIndexReconstruction() : bool
- 検索インデックスの再構築が必要か判定
- copy() : EntityInterface
- ブログをコピーする
- create() : EntityInterface
- ブログ登録
- delete() : bool
- ブログを削除する
- findByContentId() : EntityInterface|null
- コンテンツ ID よりブログコンテンツを取得する
- findByUrl() : EntityInterface|null
- URL よりブログコンテンツを取得する
- get() : EntityInterface|null
- 単一データ取得
- getContentsTemplateRelativePath() : string
- コンテンツテンプレートの相対パスを取得する
- getControlSource() : array<string|int, mixed>|false
- コントロールソースを取得する
- getIndex() : Query
- 一覧データを取得
- getList() : array<string|int, mixed>
- リストを取得する
- getNew() : EntityInterface
- 初期値を取得する
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- hasService() : bool
- Has Service
- update() : EntityInterface
- 更新
Properties
$BlogContents
public
BlogContentsTable
$BlogContents
$BlogContents
BlogContents
public
BlogContentsTable|Table
$BlogContents
Methods
__construct()
Construct
public
__construct() : mixed
Tags
checkRequireSearchIndexReconstruction()
検索インデックスの再構築が必要か判定
public
checkRequireSearchIndexReconstruction(Content|EntityInterface $before, Content|EntityInterface $after) : bool
Parameters
Tags
Return values
boolcopy()
ブログをコピーする
public
copy(array<string|int, mixed> $postData) : EntityInterface
Parameters
- $postData : array<string|int, mixed>
Tags
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
Return values
EntityInterfacedelete()
ブログを削除する
public
delete(int $id) : bool
Parameters
- $id : int
Tags
Return values
boolfindByContentId()
コンテンツ ID よりブログコンテンツを取得する
public
findByContentId(int $contentId) : EntityInterface|null
Contents を含む
Parameters
- $contentId : int
Tags
Return values
EntityInterface|nullfindByUrl()
URL よりブログコンテンツを取得する
public
findByUrl(string $url) : EntityInterface|null
Contents を含む
Parameters
- $url : string
Tags
Return values
EntityInterface|nullget()
単一データ取得
public
get(int $id[, array<string|int, mixed> $options = [] ]) : EntityInterface|null
Parameters
- $id : int
- $options : array<string|int, mixed> = []
-
-
status
: ステータス。 publish を指定すると公開状態のもののみ取得(初期値:全て) -
contentId
: コンテンツID。指定した場合、エイリアスも指定可能。
-
Tags
Return values
EntityInterface|nullgetContentsTemplateRelativePath()
コンテンツテンプレートの相対パスを取得する
public
getContentsTemplateRelativePath(array<string|int, mixed> $options) : string
Parameters
- $options : array<string|int, mixed>
Tags
Return values
stringgetControlSource()
コントロールソースを取得する
public
getControlSource([null $field = null ][, array<string|int, mixed> $options = [] ]) : array<string|int, mixed>|false
Parameters
- $field : null = null
- $options : array<string|int, mixed> = []
Tags
Return values
array<string|int, mixed>|false —コントロールソース
getIndex()
一覧データを取得
public
getIndex([array<string|int, mixed> $queryParams = [] ]) : Query
Parameters
- $queryParams : array<string|int, mixed> = []
Tags
Return values
QuerygetList()
リストを取得する
public
getList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getNew()
初期値を取得する
public
getNew() : EntityInterface
Tags
Return values
EntityInterfacegetService()
Get Service
public
getService(mixed $service) : array<string|int, mixed>|mixed|object
Parameters
- $service : mixed
Tags
Return values
array<string|int, mixed>|mixed|objecthasService()
Has Service
public
hasService(mixed $service) : bool
Parameters
- $service : mixed
Tags
Return values
boolupdate()
更新
public
update(EntityInterface $target, array<string|int, mixed> $postData) : EntityInterface
Parameters
- $target : EntityInterface
- $postData : array<string|int, mixed>