BcSearchIndexHelper
extends Helper
in package
Uses
BcEventDispatcherTrait, BcContainerTrait
Class BcSearchIndexHelper
Table of Contents
- $_View : View
- View
- allowPublish() : bool
- 公開状態確認
- dispatchLayerEvent() : bool|Event
- イベントを発火
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- hasService() : bool
- Has Service
Properties
$_View
View
protected
View
$_View
Methods
allowPublish()
公開状態確認
public
allowPublish(array<string|int, mixed> $data) : bool
Parameters
- $data : array<string|int, mixed>
Tags
Return values
bool —dispatchLayerEvent()
イベントを発火
public
dispatchLayerEvent(string $name[, array<string|int, mixed> $data = [] ][, mixed $options = [] ]) : bool|Event
Parameters
- $name : string
- $data : array<string|int, mixed> = []
- $options : mixed = []
Tags
Return values
bool|Event —getService()
Get Service
public
getService( $service) : array<string|int, mixed>|mixed|object
Parameters
Tags
Return values
array<string|int, mixed>|mixed|object —hasService()
Has Service
public
hasService( $service) : bool