AppSettingInterface
in
Interface AppSettingInterface.
Table of Contents
Methods
- getAppSettings() : array<string, mixed>
- getCategoryResource() : string|null
- getContextUser() : User
- getHomeResource() : string|null
- getHomeView() : string
- getMainResource() : string|null
- getModuleName() : string|null
- getRealModuleName() : string
- getResources() : array<string|int, mixed>
- getTypeResource() : string|null
- parameters() : array<string, mixed>
- setContextUser() : self
- toSettings() : array<string, mixed>
Methods
getAppSettings()
public
getAppSettings() : array<string, mixed>
Return values
array<string, mixed>getCategoryResource()
public
getCategoryResource() : string|null
Return values
string|nullgetContextUser()
public
getContextUser() : User
Return values
UsergetHomeResource()
public
getHomeResource() : string|null
Return values
string|nullgetHomeView()
public
getHomeView() : string
Return values
stringgetMainResource()
public
getMainResource() : string|null
Return values
string|nullgetModuleName()
public
getModuleName() : string|null
Return values
string|nullgetRealModuleName()
public
getRealModuleName() : string
Return values
stringgetResources()
public
getResources() : array<string|int, mixed>
Return values
array<string|int, mixed>getTypeResource()
public
getTypeResource() : string|null
Return values
string|nullparameters()
public
parameters() : array<string, mixed>
Return values
array<string, mixed>setContextUser()
public
setContextUser(User $user) : self
Parameters
- $user : User
Return values
selftoSettings()
public
toSettings() : array<string, mixed>