Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (DataInterface $data) | |
get ($key=null, $default=null) | |
Definition at line 14 of file Config.php.
__construct | ( | DataInterface | $data | ) |
DataInterface | $data |
Definition at line 24 of file Config.php.
get | ( | $key = null , |
|
$default = null |
|||
) |
Get config value by key.
string | null | $key | |
string | null | $default |
Implements ConfigInterface.
Definition at line 36 of file Config.php.