/** * Sets and persists this setting's value overwriting any existing value. * * @param mixed $value * @throws \Exception If the current user is not allowed to change the value of this setting. */ public function setValue($value) { return $this->storage->setSettingValue($this, $value); }