File Manager Lite
Dir:
/home/u540325668/domains/dumbafarm.in/public_html/src/Core
Upload
[..]
Action/
Rename
Del
Addon/
Rename
Del
Address/
Rename
Del
AttributeGroup/
Rename
Del
B2b/
Rename
Del
Backup/
Rename
Del
CMS/
Rename
Del
Cache/
Rename
Del
Cart/
Rename
Del
Category/
Rename
Del
Checkout/
Rename
Del
CommandBus/
Rename
Del
Configuration/
Rename
Del
ConfigurationInterface.php (1.2 KB)
Edit
Rename
Del
ConstraintValidator/
Rename
Del
ContainerBuilder.php (2.22 KB)
Edit
Rename
Del
Country/
Rename
Del
CreditSlip/
Rename
Del
Crypto/
Rename
Del
Currency/
Rename
Del
Customer/
Rename
Del
Data/
Rename
Del
Domain/
Rename
Del
Email/
Rename
Del
Employee/
Rename
Del
Encoding/
Rename
Del
EnvironmentInterface.php (1.65 KB)
Edit
Rename
Del
Exception/
Rename
Del
Export/
Rename
Del
Feature/
Rename
Del
FeatureFlag/
Rename
Del
File/
Rename
Del
Filter/
Rename
Del
Form/
Rename
Del
Foundation/
Rename
Del
Geolocation/
Rename
Del
Grid/
Rename
Del
Group/
Rename
Del
Help/
Rename
Del
Hook/
Rename
Del
Image/
Rename
Del
Import/
Rename
Del
Kpi/
Rename
Del
Language/
Rename
Del
Localization/
Rename
Del
MailTemplate/
Rename
Del
MerchandiseReturn/
Rename
Del
Meta/
Rename
Del
Module/
Rename
Del
Multistore/
Rename
Del
Order/
Rename
Del
PDF/
Rename
Del
Payment/
Rename
Del
Product/
Rename
Del
Proxy/
Rename
Del
Repository/
Rename
Del
Routing/
Rename
Del
Search/
Rename
Del
Security/
Rename
Del
Session/
Rename
Del
Shop/
Rename
Del
SqlManager/
Rename
Del
Stock/
Rename
Del
String/
Rename
Del
Support/
Rename
Del
Tax/
Rename
Del
Team/
Rename
Del
Theme/
Rename
Del
Translation/
Rename
Del
Util/
Rename
Del
Validation/
Rename
Del
Version.php (1.52 KB)
Edit
Rename
Del
Webservice/
Rename
Del
Edit: ConfigurationInterface.php
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors <contact@prestashop.com> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Core; interface ConfigurationInterface { public function get($key); public function set($key, $value); }
Simpan