9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
|
|
namespace KupShop\FeedGeneratorBundle\ContextProperties;
|
|
|
|
interface IContextProperty
|
|
{
|
|
public static function getName(): string;
|
|
}
|