|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| setConfig (Zend_Config $config) | |
| setOptions (Array $options) | |
| setTableConfig ($tableName, array $tableConfig) | |
| getTableConfig ($tableName) | |
| removeTableConfig ($tableName) | |
| hasTableConfig ($tableName) | |
Protected Attributes | |
| $_tableConfigs = array() | |
Definition at line 32 of file Definition.php.
| __construct | ( | $options = null | ) |
| getTableConfig | ( | $tableName | ) |
| hasTableConfig | ( | $tableName | ) |
| removeTableConfig | ( | $tableName | ) |
| setConfig | ( | Zend_Config | $config | ) |
| Zend_Config | $config |
Definition at line 60 of file Definition.php.
| setOptions | ( | Array | $options | ) |
| array | $options |
Definition at line 72 of file Definition.php.
| setTableConfig | ( | $tableName, | |
| array | $tableConfig | ||
| ) |
| string | $tableName | |
| array | $tableConfig |
Definition at line 85 of file Definition.php.
|
protected |
Definition at line 38 of file Definition.php.