PHPUnit_Util_Fileloader
in package
Utility methods to load PHP sourcefiles.
Tags
Table of Contents
- checkAndLoad() : string
- Checks if a PHP sourcefile is readable.
- load() : mixed
- Loads a PHP sourcefile.
Methods
checkAndLoad()
Checks if a PHP sourcefile is readable.
public
static checkAndLoad(string $filename) : string
The sourcefile is loaded through the load() method.
Parameters
- $filename : string
Tags
Return values
string —load()
Loads a PHP sourcefile.
public
static load(string $filename) : mixed
Parameters
- $filename : string