Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 lines
251B

  1. <?php
  2. namespace domain\Producer\ProducerPriceRange;
  3. use domain\_\AbstractDefinition;
  4. class ProducerPriceRangeDefinition extends AbstractDefinition
  5. {
  6. public function getEntityFqcn(): string
  7. {
  8. return ProducerPriceRange::class;
  9. }
  10. }