| 1 | <?php |
||
| 19 | final class AssociationsElement extends Element implements AssociationsElementInterface |
||
| 20 | { |
||
| 21 | public function isProductAssociated(string $associationName, string $productName): bool |
||
| 35 | |||
| 36 | protected function getDefinedElements(): array |
||
| 42 | |||
| 43 | private function getAssociatedProducts(NodeElement $associations, string $name): array |
||
| 50 | } |
||
| 51 |