Beispiel #1
0
 public function __get($property)
 {
     if (isset($this->draftProperties[$property])) {
         return parent::__get($property);
     }
     return $this->innerPolicy->{$property};
 }