2012-12-21 11:20:32 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* This module is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This module is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* For further informations, see <http://www.gnu.org/licenses/>.
|
|
|
|
*
|
|
|
|
* @link http://www.oxidmodule.com
|
|
|
|
* @link http://www.shopmodule.com
|
2013-02-21 14:49:05 +01:00
|
|
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
2012-12-21 11:20:32 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
class d3_oxcmp_utils_googleAnalytics_parent extends oxcmp_utils {}
|
|
|
|
|
|
|
|
/** */
|
2013-02-21 14:51:41 +01:00
|
|
|
class d3_oxorder_googleanalytics_parent extends oxOrder {}
|
|
|
|
|
|
|
|
/** */
|
|
|
|
class d3_thankyou_googleanalytics_parent extends thankyou {}
|
|
|
|
|
|
|
|
/** */
|
2013-02-21 14:57:32 +01:00
|
|
|
class d3_order_googleanalytics_parent extends order {}
|
|
|
|
|
|
|
|
/** */
|
2014-07-15 17:40:34 +02:00
|
|
|
class d3_oxutilsview_googleanalytics_parent extends oxUtilsView {}
|
|
|
|
|
|
|
|
/** */
|
|
|
|
class d3_oxbasket_googleanalytics_parent extends oxbasket {}
|
|
|
|
|
|
|
|
/** */
|
|
|
|
class d3_oxbasketitem_googleanalytics_parent extends oxBasketItem {}
|