baserCMS クラスリファレンス

DashboardAdminService
in package
implements DashboardAdminServiceInterface Uses BcContainerTrait

DashboardAdminService

Table of Contents

Interfaces

DashboardAdminServiceInterface
DashboardAdminServiceInterface

Methods

getPanels()  : array<string|int, mixed>
パネルを取得する
getService()  : array<string|int, mixed>|mixed|object
Get Service
getViewVarsForIndex()  : array<string|int, mixed>
ダッシュボード画面用のデータを取得する
hasService()  : bool
Has Service

Methods

getPanels()

パネルを取得する

public getPanels() : array<string|int, mixed>
Tags
checked
noTodo
Return values
array<string|int, mixed>

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

getViewVarsForIndex()

ダッシュボード画面用のデータを取得する

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

hasService()

Has Service

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

        
On this page

Search results