예제 #1
0
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
예제 #2
0
파일: service.php 프로젝트: vazahat/dudex
 public function removeToplinkChild($id)
 {
     TOPLINK_BOL_ToplinkChildrenDao::getInstance()->deleteById($id);
 }