Xpressengine\Config\ConfigEntity::offsetSet PHP Метод

offsetSet() публичный Метод

Set the value at a given offset.
public offsetSet ( string $offset, mixed $value ) : void
$offset string array key name
$value mixed array value
Результат void
    public function offsetSet($offset, $value)
    {
        $this->set($offset, $value);
    }