| 1 | <?php |
||
| 22 | class ProductHierarchyProvider implements MetadataHierarchyProviderInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | * |
||
| 27 | * @param ProductInterface|MetadataSubjectInterface $product |
||
| 28 | */ |
||
| 29 | public function getHierarchyByMetadataSubject(MetadataSubjectInterface $product) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function supports(MetadataSubjectInterface $metadataSubject) |
||
| 54 | } |
||
| 55 |