Example #1
0
 public function setRawProperty($name, $value)
 {
     if (parent::hasProperty($name)) {
         return parent::setRawProperty($name, $value);
     }
     $this->backupIfChanging($name, $this->getVariableValue($name), $value);
     $this->_variable_values[$name] = $value;
 }