M1\Vars\Resource\AbstractResource::offsetExists PHP Method

offsetExists() public method

Checks whether the key exists
public offsetExists ( mixed $key ) : boolean
$key mixed The key to check
return boolean Does the key exist
    public function offsetExists($key)
    {
        return $this->internalGet($this->content, $key, true);
    }