예제 #1
0
파일: Package.php 프로젝트: kzfk/emlauncher
 public function delete($con = null)
 {
     TagDb::removeFromPackage($this, $con);
     return parent::delete($con);
 }