/home/sharedstore/public_html/prestashop.sharedstore.ma/src/PrestaShopBundle/Api
NameSizeModeActions
Resource/-0755rm
StateProvider/-0755rm
Stock/-0755rm
Api.php13900644editdlrm
QueryParamsCollection.php214260644editdlrm
QueryStockMovementParamsCollection.php20680644editdlrm
QueryStockParamsCollection.php25350644editdlrm
QueryTranslationParamsCollection.php17110644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/src/PrestaShopBundle/Api/Api.php (1390B)
* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ declare(strict_types=1); namespace PrestaShopBundle\Api; /** * @experimental */ final class Api { public const API_BASE_PATH = '/new-api'; /** * This class is not meant to be instantiated as it is used to access encoding constants only. */ private function __construct() { } }