✏️ 正在编辑: calculateProducts.php
路径:
/home/bpioifn/www/pigmentse/modules/chronopost/libraries/calculateProducts.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * MODULE PRESTASHOP OFFICIEL CHRONOPOST * * LICENSE : All rights reserved - COPY AND REDISTRIBUTION FORBIDDEN WITHOUT PRIOR CONSENT FROM OXILEO * LICENCE : Tous droits réservés, le droit d'auteur s'applique - COPIE ET REDISTRIBUTION INTERDITES * SANS ACCORD EXPRES D'OXILEO * * @author Oxileo SAS <contact@oxileo.eu> * @copyright 2001-2018 Oxileo SAS * @license Proprietary - no redistribution without authorization */ class calculateProducts { /* string */ public $accountNumber; /* string */ public $password; /* string */ public $depCountryCode; /* string */ public $depZipCode; /* string */ public $arrCountryCode; /* string */ public $arrZipCode; /* string */ public $arrCity; /* string */ public $type; /* string */ public $weight; /* string */ public $height; /* string */ public $length; /* string */ public $width; /* string */ public $shippingDate; }
💾 保存文件
← 返回文件管理器