| 1 | <?php |
||
| 19 | final class TaxonsAssigner implements TaxonsAssignerInterface |
||
| 20 | { |
||
| 21 | /** @var TaxonRepositoryInterface */ |
||
| 22 | private $taxonRepository; |
||
| 23 | |||
| 24 | public function __construct(TaxonRepositoryInterface $taxonRepository) |
||
| 28 | |||
| 29 | public function assign(TaxonAwareInterface $taxonAware, array $taxonCodes): void |
||
| 40 | } |
||
| 41 |