Files
kupshop/bundles/KupShop/FeedGeneratorBundle/ContextProperties/IContextProperty.php
2025-08-02 16:30:27 +02:00

9 lines
142 B
PHP

<?php
namespace KupShop\FeedGeneratorBundle\ContextProperties;
interface IContextProperty
{
public static function getName(): string;
}