Drest\Mapping\Annotation\Route::offsetExists PHP Method

offsetExists() public method

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return isset($this->{$offset});
    }