コード例 #1
0
ファイル: CalendarEvent.class.php プロジェクト: ratbird/hope
 public static function deleteBySQL($where, $params = array())
 {
     $ret = parent::deleteBySQL($where, $params);
     EventData::garbageCollect();
     return $ret;
 }