Magic method.
public function __unset($name) { if ($this->compatibilityMode) { unset($this->values[$name]); } elseif ($this ->getPropertyDefinition($name)) { $this ->get($name) ->setValue(array()); } }