Adamgoose\Routing\Annotations\Annotations\Annotation::offsetSet PHP 메소드

offsetSet() 공개 메소드

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