Files
2025-08-02 16:30:27 +02:00

14 lines
204 B
PHP

<?php
namespace KupShop\FeedGeneratorBundle\Utils;
interface IObjectInfo
{
/**
* @throws \ReflectionException
*
* @private
*/
public function getFieldsAndMethods(): array;
}