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

offsetUnset() public method

Remove the value at a given offset.
public offsetUnset ( string $offset ) : void
$offset string
return void
    public function offsetUnset($offset)
    {
        unset($this->values[$offset]);
    }