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

offsetGet() public method

Get the value at a given offset.
public offsetGet ( string $offset ) : mixed
$offset string
return mixed
    public function offsetGet($offset)
    {
        return $this->values[$offset];
    }