Example #1
0
 /**
  * Whether or not an data exists by key.
  *
  * @param string $key
  *
  * @return bool
  */
 public function __isset($key)
 {
     return parent::__isset($this->getRealKey($key));
 }