Example #1
0
 /**
  * Enable the soft_delete behavior for this model
  */
 public static function enableSoftDelete()
 {
     CotisationQuery::enableSoftDelete();
     // some soft_deleted objects may be in the instance pool
     CotisationPeer::clearInstancePool();
 }