List of all members.
Detailed Description
Object registry design pattern implementation. Stores the instances of objects 
Definition at line 6 of file oxregistry.php.
Member Function Documentation
      
        
          | static oxRegistry.get  | 
          ( | 
          $  | 
           sClassName | 
           )  | 
           [static] | 
        
      
 
Instance getter. Return existing instance or initializes the new one
- Parameters:
 - 
  
     | string  | $sClassName Class name | 
  
   
- Returns:
 - Object 
 
Definition at line 24 of file oxregistry.php.
 
 
      
        
          | static oxRegistry.getConfig  | 
          ( | 
           | 
           )  | 
           [static] | 
        
      
 
Returns OxConfig instance
- Returns:
 - OxConfig 
 
Definition at line 64 of file oxregistry.php.
 
 
      
        
          | static oxRegistry.getKeys  | 
          ( | 
           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | static oxRegistry.getLang  | 
          ( | 
           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | static oxRegistry.getSession  | 
          ( | 
           | 
           )  | 
           [static] | 
        
      
 
Returns OxSession instance
- Returns:
 - OxSession 
 
Definition at line 76 of file oxregistry.php.
 
 
      
        
          | static oxRegistry.getUtils  | 
          ( | 
           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | static oxRegistry.set  | 
          ( | 
          $  | 
           sClassName,  | 
        
        
           | 
           | 
          $  | 
           oInstance |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
Instance setter
- Parameters:
 - 
  
     | string  | $sClassName Class name  | 
     | object  | $oInstance Object instance | 
  
   
- Returns:
 - null 
 
Definition at line 45 of file oxregistry.php.
 
 
Member Data Documentation
      
        
          oxRegistry.$_aInstances = array() [static, protected] | 
        
      
 
 
The documentation for this class was generated from the following file: