예제 #1
0
파일: kshow.php 프로젝트: DBezemer/server
 public function delete(PropelPDO $con = null)
 {
     if ($this->getName() != self::DUMMY_KSHOW_NAME) {
         myStatisticsMgr::deleteKshow($this);
     }
     parent::delete($con);
 }
예제 #2
0
파일: kshow.php 프로젝트: richhl/kalturaCE
 public function delete(PropelPDO $con = null)
 {
     myStatisticsMgr::deleteKshow($this);
     parent::delete($con);
 }