PHP Class N98\Magento\Command\Config\AbstractConfigCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$_scopes strings of configuration scopes

Protected Methods

Method Description
_convertScopeIdParam ( string $scope, string $scopeId, boolean $allowZeroScope = false ) : string
_formatValue ( string $value, string $encryptionType ) : string
_getConfigDataModel ( ) : Mage_Core_Model_Abstract
_getConfigModel ( ) : Mage_Core_Model_Config
_validateScopeParam ( string $scope ) : string
getEncryptionModel ( ) : Mage_Core_Model_Encryption

Private Methods

Method Description
invalidScopeId ( boolean $condition, string $mask, string $scopeId )

Method Details

_convertScopeIdParam() protected method

protected _convertScopeIdParam ( string $scope, string $scopeId, boolean $allowZeroScope = false ) : string
$scope string
$scopeId string
$allowZeroScope boolean
return string non-negative integer number

_formatValue() protected method

protected _formatValue ( string $value, string $encryptionType ) : string
$value string
$encryptionType string
return string

_getConfigDataModel() protected method

protected _getConfigDataModel ( ) : Mage_Core_Model_Abstract
return Mage_Core_Model_Abstract

_getConfigModel() protected method

protected _getConfigModel ( ) : Mage_Core_Model_Config
return Mage_Core_Model_Config

_validateScopeParam() protected method

protected _validateScopeParam ( string $scope ) : string
$scope string
return string

getEncryptionModel() protected method

protected getEncryptionModel ( ) : Mage_Core_Model_Encryption
return Mage_Core_Model_Encryption

Property Details

$_scopes protected_oe property

strings of configuration scopes
protected $_scopes