AppService
in package
uses
BcContainerTrait
AppService
Table of Contents
Methods
- getCurrentSite() : EntityInterface
- 現在の管理対象のサイトを取得する
- getOtherSiteList() : array<string|int, mixed>
- 現在の管理対象のサイト以外のリストを取得する
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- getViewVarsForAll() : array<string|int, mixed>
- アプリケーション全体で必要な変数を取得
- hasService() : bool
- Has Service
Methods
getCurrentSite()
現在の管理対象のサイトを取得する
public
getCurrentSite() : EntityInterface
Tags
Return values
EntityInterfacegetOtherSiteList()
現在の管理対象のサイト以外のリストを取得する
public
getOtherSiteList() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getService()
Get Service
public
getService(mixed $service) : array<string|int, mixed>|mixed|object
Parameters
- $service : mixed
Tags
Return values
array<string|int, mixed>|mixed|objectgetViewVarsForAll()
アプリケーション全体で必要な変数を取得
public
getViewVarsForAll() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>hasService()
Has Service
public
hasService(mixed $service) : bool
Parameters
- $service : mixed