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 |
public static includeFile ( string $file ) : mixed | ||
$file | string | File to include |
return | mixed |
public static requireFile ( string $file ) : mixed | ||
$file | string | File to require |
return | mixed |