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

offsetSet() public method

Set the value at a given offset.
public offsetSet ( string $offset, mixed $value ) : void
$offset string
$value mixed
return void
    public function offsetSet($offset, $value)
    {
        $this->values[$offset] = $value;
    }