Esempio n. 1
0
 /**
  * Unset magic
  *
  * @param string $name
  * @return Db\Common\Orm
  */
 public function __unset($name)
 {
     return $this->orm->unsetValue($name);
 }