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