baserCMS クラスリファレンス

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

Methods

allowPublish()

公開状態確認

public allowPublish(array<string|int, mixed> $data) : bool
Parameters
$data : array<string|int, mixed>
Tags
checked
noTodo
unitTest

(SearchIndexesTable に委ねる)

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
checked
unitTest
noTodo
Return values
bool|Event

getService()

Get Service

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

hasService()

Has Service

public hasService( $service) : bool
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
bool

Search results