public function setValue($path, $value)
 {
     $this->arrayAccess->setValue($path, $value);
     $this->saveArray();
     return $this;
 }
Example #2
0
 public function setParam($path, $value)
 {
     $this->params->setValue($path, $value);
     return $this;
 }