Phrozn\Registry\Container::offsetExists PHP Method

offsetExists() public method

ArrayAccess method - check whether offset exists
public offsetExists ( mixed $offset ) : boolean
$offset mixed Offset to check
return boolean
    public function offsetExists($offset)
    {
        return isset($this->values[$offset]);
    }