Example #1
0
 /**
  * Returns if the key is set
  * @param string $key
  * @return bool
  */
 public function __isset($key)
 {
     return parent::__isset($key) || $this->isDirty($key);
 }