PHP Class Elgg\Includer

Afficher le fichier Open project: elgg/elgg Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

requireFile() public static méthode

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