Collective\Annotations\Routing\Annotations\Annotations\Annotation::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

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