Zephir\FileSystem\HardDisk::requireFile PHP Method

requireFile() public method

Requires a file from the temporary directory
public requireFile ( string $path ) : mixed
$path string
return mixed
    public function requireFile($path)
    {
        return require $this->basePath . $path;
    }