AppSettingRepository
    
            
            in package
            
        
    
            
            implements
                            AppSettingRepositoryInterface                    
    
    
Table of Contents
Interfaces
Methods
- getAdminSettings() : array<string, mixed>
 - getMobileSettings() : array<string, mixed>
 - getWebSettings() : array<string, mixed>
 - loadActions() : array<int, mixed>
 - loadForms() : array<string, mixed>
 - loadMorphMap() : mixed
 
Methods
getAdminSettings()
    public
                    getAdminSettings(Request $request, Role $role) : array<string, mixed>
    Parameters
- $request : Request
 - $role : Role
 
Return values
array<string, mixed>getMobileSettings()
    public
                    getMobileSettings(Request $request, Role $role) : array<string, mixed>
    Parameters
- $request : Request
 - $role : Role
 
Return values
array<string, mixed>getWebSettings()
    public
                    getWebSettings(Request $request, Role $role) : array<string, mixed>
    Parameters
- $request : Request
 - $role : Role
 
Return values
array<string, mixed>loadActions()
    public
                    loadActions(string $for) : array<int, mixed>
    Parameters
- $for : string
 - 
                    
web, mobile, admin
 
Return values
array<int, mixed>loadForms()
    public
                    loadForms(string $for) : array<string, mixed>
    Parameters
- $for : string
 
Return values
array<string, mixed>loadMorphMap()
    public
                    loadMorphMap() : mixed