RESOURCEMAP
    
            
            in package
            
        
    
    
    
        
            RESOURCEMAP
Provides mappings between resource types and the database tables.
Table of Contents
- $optional : mixed
 - array
 - $returnTypeMap : mixed
 - array
 - $reverseTypeMap : mixed
 - array
 - $typeMap : mixed
 - array
 - $types : mixed
 - array
 - $typesRaw : mixed
 - array
 - loadMap() : mixed
 - Create arrays based on database table and resource type.
 
Properties
$optional
array
    private
        mixed
    $optional
     = []
    
        
    
$returnTypeMap
array
    private
        mixed
    $returnTypeMap
     = []
    
        
    
$reverseTypeMap
array
    private
        mixed
    $reverseTypeMap
     = []
    
        
    
$typeMap
array
    private
        mixed
    $typeMap
     = []
    
        
    
$types
array
    private
        mixed
    $types
    
    
        
    
$typesRaw
array
    private
        mixed
    $typesRaw
    
    
        
    
Methods
loadMap()
Create arrays based on database table and resource type.
    private
                loadMap() : mixed
        The key of the resource_xxx arrays is the database field within the resource_xxx database table. The value of the resource_xxx arrays is the key input to the MESSAGES class for language localizations.