Xpressengine\Interception\Proxy\ProxyGenerator::loadFile PHP Method

loadFile() protected method

load file
protected loadFile ( string $path ) : void
$path string file path
return void
    protected function loadFile($path)
    {
        require_once $path;
    }