PHP Class Elgg\Includer

Show file Open project: elgg/elgg Class Usage Examples

Public Methods

Method Description
includeFile ( string $file ) : mixed Include a file with as little context as possible
requireFile ( string $file ) : mixed Require a file with as little context as possible

Method Details

includeFile() public static method

Include a file with as little context as possible
public static includeFile ( string $file ) : mixed
$file string File to include
return mixed

requireFile() public static method

Require a file with as little context as possible
public static requireFile ( string $file ) : mixed
$file string File to require
return mixed