Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SectionParser.php
Go to the documentation of this file.
1 <?php
8 
11 
16 {
22  protected $objectManager;
23 
29  protected $configData;
30 
37  {
38  $this->objectManager = $objectManager;
39  $this->configData = $configData;
40  }
41 
48  public function getData($type)
49  {
50  return $this->configData->get($type);
51  }
52 }
__construct(ObjectManagerInterface $objectManager, DataInterface $configData)
$type
Definition: item.phtml:13