1 | <?php |
||
18 | final class ImporterSectionsResolver implements ImporterSectionsResolverInterface |
||
19 | { |
||
20 | /** @var SectionsAssignerInterface */ |
||
21 | private $sectionsAssigner; |
||
22 | |||
23 | public function __construct(SectionsAssignerInterface $sectionsAssigner) |
||
27 | |||
28 | public function resolve(SectionableInterface $sectionable, ?string $sectionsRow): void |
||
41 | } |
||
42 |