HippoPHP\Hippo\CheckContext::__construct PHP Method

__construct() public method

public __construct ( File $file )
$file File
    public function __construct(File $file)
    {
        $this->file = $file;
        $this->lazyFactory = new LazyFactory();
    }