示例#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);
 }