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

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

Get the value at a given offset.
public offsetGet ( string $offset ) : mixed
$offset string
Результат mixed
    public function offsetGet($offset)
    {
        return $this->values[$offset];
    }