Adamgoose\Routing\Annotations\Annotations\Annotation::offsetExists PHP Метод

offsetExists() публичный Метод

Determine if the value at a given offset exists.
public offsetExists ( string $offset ) : boolean
$offset string
Результат boolean
    public function offsetExists($offset)
    {
        return array_key_exists($offset, $this->values);
    }