Beispiel #1
0
 /**
  * Magic isset method, allows isset($model->property) to work correctly.
  *
  * @param  string $property
  * @return bool
  */
 public function __isset($property)
 {
     return $this->One->__isset($property);
 }