|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\Module\Dir\Reader $moduleReader, \Magento\Store\Model\StoreManagerInterface $storeManager, array $data=[]) | |
| getGlobalConfig () | |
| getLanguage () | |
| getDashboard () | |
Public Member Functions inherited from DataObject | |
| __construct (array $data=[]) | |
| addData (array $arr) | |
| setData ($key, $value=null) | |
| unsetData ($key=null) | |
| getData ($key='', $index=null) | |
| getDataByPath ($path) | |
| getDataByKey ($key) | |
| setDataUsingMethod ($key, $args=[]) | |
| getDataUsingMethod ($key, $args=null) | |
| hasData ($key='') | |
| toArray (array $keys=[]) | |
| convertToArray (array $keys=[]) | |
| toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| toJson (array $keys=[]) | |
| convertToJson (array $keys=[]) | |
| toString ($format='') | |
| __call ($method, $args) | |
| isEmpty () | |
| serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') | |
| debug ($data=null, &$objects=[]) | |
| offsetSet ($offset, $value) | |
| offsetExists ($offset) | |
| offsetUnset ($offset) | |
| offsetGet ($offset) | |
Protected Attributes | |
| $_moduleReader | |
| $_storeManager | |
Protected Attributes inherited from DataObject | |
| $_data = [] | |
Additional Inherited Members | |
Protected Member Functions inherited from DataObject | |
| _getData ($key) | |
| _underscore ($name) | |
Static Protected Attributes inherited from DataObject | |
| static | $_underscoreCache = [] |
| __construct | ( | \Magento\Framework\Module\Dir\Reader | $moduleReader, |
| \Magento\Store\Model\StoreManagerInterface | $storeManager, | ||
| array | $data = [] |
||
| ) |
| \Magento\Framework\Module\Dir\Reader | $moduleReader | |
| \Magento\Store\Model\StoreManagerInterface | $storeManager | |
| array | $data |
Definition at line 32 of file Config.php.
| getDashboard | ( | ) |
Return reports dashboard
Definition at line 77 of file Config.php.
| getGlobalConfig | ( | ) |
Return reports global configuration
Definition at line 47 of file Config.php.
| getLanguage | ( | ) |
Return reports language
Definition at line 65 of file Config.php.
|
protected |
Definition at line 20 of file Config.php.
|
protected |
Definition at line 25 of file Config.php.