BcAdminAppService
in package
implements
BcAdminAppServiceInterface
uses
BcContainerTrait
BcAdminAppService
Table of Contents
Interfaces
- BcAdminAppServiceInterface
- Interface BcAdminAppServiceInterface
Methods
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- getViewVarsForAll() : array<string|int, mixed>
- 管理画面全体で必要な変数を取得
- hasService() : bool
- Has Service
Methods
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