public static function getInstance() { if (self::$classInstance === null) { self::$classInstance = new self(); } return self::$classInstance; }
public function removeToplinkChild($id) { TOPLINK_BOL_ToplinkChildrenDao::getInstance()->deleteById($id); }