Collective\Annotations\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;
    }