| 1 | <?php |
||
| 24 | class Various extends AbstractHelper |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var \Magento\Framework\App\ProductMetadataInterface |
||
| 28 | */ |
||
| 29 | private $productMetadata; |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @var \Magento\Framework\EntityManager\MetadataPool |
||
| 34 | */ |
||
| 35 | private $metadataPool; |
||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * @param \Magento\Framework\App\ProductMetadataInterface $productMetadata |
||
| 40 | * @param \Magento\Framework\EntityManager\MetadataPool $metadataPool |
||
| 41 | */ |
||
| 42 | public function __construct( |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return string |
||
| 52 | */ |
||
| 53 | public function getLinkFieldValue() |
||
| 62 | } |
||
| 63 |