Bravo3\Orm\Drivers\Filesystem\Io\PharIoDriver::exists PHP Method

exists() public method

Check if a key exists in the archive
public exists ( string $key ) : boolean
$key string
return boolean
    public function exists($key)
    {
        return $this->archive->offsetExists($key);
    }