function(string $file) { if ( $this->check() && $this->isFile($file) ){ return new bbn\File($this->getRealPath($file)); } return null; }