Adamgoose\Routing\Annotations\Annotations\Annotation::offsetExists PHP Method

offsetExists() public method

Determine if the value at a given offset exists.
public offsetExists ( string $offset ) : boolean
$offset string
return boolean
    public function offsetExists($offset)
    {
        return array_key_exists($offset, $this->values);
    }