Allow executing scripts without $this context or local vars.  
 More...
Allow executing scripts without $this context or local vars. 
Definition at line 10 of file Includer.php.
 
◆ includeFile()
  
  
      
        
          | static Elgg\Includer::includeFile  | 
          ( | 
            | 
          $file | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Include a file with as little context as possible. 
- Parameters
 - 
  
    | string | $file | File to include  | 
  
   
- Returns
 - mixed 
 
Definition at line 18 of file Includer.php.
 
 
◆ requireFile()
  
  
      
        
          | static Elgg\Includer::requireFile  | 
          ( | 
            | 
          $file | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Require a file with as little context as possible. 
- Parameters
 - 
  
    | string | $file | File to require  | 
  
   
- Returns
 - mixed 
 
Definition at line 28 of file Includer.php.
 
 
◆ requireFileOnce()
  
  
      
        
          | static Elgg\Includer::requireFileOnce  | 
          ( | 
            | 
          $file | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Require a file once with as little context as possible. 
- Parameters
 - 
  
    | string | $file | File to require  | 
  
   
- Returns
 - mixed 
 
Definition at line 38 of file Includer.php.
 
 
The documentation for this class was generated from the following file: