BcAdminAppService
in package
implements
BcAdminAppServiceInterface
Uses
BcContainerTrait
BcAdminAppService
Interfaces, Classes, Traits and Enums
- BcAdminAppServiceInterface
- Interface BcAdminAppServiceInterface
Table of Contents
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- getViewVarsForAll() : array<string|int, mixed>
- 管理画面全体で必要な変数を取得
- hasService() : bool
- Has Service
Methods
getService()
Get Service
public
getService( $service) : array<string|int, mixed>|mixed|object
Parameters
Tags
Return values
array<string|int, mixed>|mixed|object —getViewVarsForAll()
管理画面全体で必要な変数を取得
public
getViewVarsForAll() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —hasService()
Has Service
public
hasService( $service) : bool