Exemplo n.º 1
0
 /**
  * Forgets about the object so that if it is retrieved
  * again it will be recreated from the database. For use in testing.
  */
 public function forget()
 {
     self::forgetBeanModel(get_called_class());
     RedBeanModelsCache::forgetModel($this);
     RedBeansCache::forgetBean(self::getTableName(get_called_class()) . $this->id);
 }