Beispiel #1
0
 /**
  * Magic unset method, allows unset($model->property)
  *
  * @param  string $property
  *
  * @return void
  */
 public function __unset($property)
 {
     $this->orm->__unset($property);
 }