Drest\Mapping\Annotation\Route::offsetExists PHP Метод

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

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->{$offset});
    }