/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Kpi
NameSizeModeActions
Exception/-0755rm
Row/-0755rm
KpiInterface.php12210644editdlrm
RenderableKpi.php13180644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Kpi/KpiInterface.php (1221B)
* @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\Kpi; /** * Interface KpiInterface describes a KPI. */ interface KpiInterface extends RenderableKpi { }