コード例 #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);
 }