| 1 | <?php |
||
| 19 | final class SectionsAssigner implements SectionsAssignerInterface |
||
| 20 | { |
||
| 21 | /** @var SectionRepositoryInterface */ |
||
| 22 | private $sectionRepository; |
||
| 23 | |||
| 24 | public function __construct(SectionRepositoryInterface $sectionRepository) |
||
| 28 | |||
| 29 | public function assign(SectionableInterface $sectionsAware, array $sectionsCodes): void |
||
| 40 | } |
||
| 41 |