This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.  
 More...
 | 
| static  | isCached (string $class_name) | 
|   | 
| static  | store (string $class_name) | 
|   | 
| static  | get (string $class_name) | 
|   | 
| static  | purge (string $class_name) | 
|   | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arCalledClassCache 
- Version
 - 2.0.7 
 
- Author
 - Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch 
 
Definition at line 24 of file class.arCalledClassCache.php.
 
◆ get()
  
  
      
        
          | static arCalledClassCache::get  | 
          ( | 
          string  | 
          $class_name | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Definition at line 38 of file class.arCalledClassCache.php.
Referenced by ActiveRecord\getCalledClass().
   40         if (!self::isCached($class_name)) {
    41             self::store($class_name);
    44         return self::$cache[$class_name];
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
 
 
 
◆ isCached()
  
  
      
        
          | static arCalledClassCache::isCached  | 
          ( | 
          string  | 
          $class_name | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ purge()
  
  
      
        
          | static arCalledClassCache::purge  | 
          ( | 
          string  | 
          $class_name | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ store()
  
  
      
        
          | static arCalledClassCache::store  | 
          ( | 
          string  | 
          $class_name | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ $cache
  
  
      
        
          | array arCalledClassCache::$cache = [] | 
         
       
   | 
  
staticprotected   | 
  
 
 
The documentation for this class was generated from the following file: