PHP 클래스 N98\Magento\Command\Config\AbstractConfigCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$_scopes strings of configuration scopes

보호된 메소드들

메소드 설명
_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

비공개 메소드들

메소드 설명
invalidScopeId ( boolean $condition, string $mask, string $scopeId )

메소드 상세

_convertScopeIdParam() 보호된 메소드

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

_formatValue() 보호된 메소드

protected _formatValue ( string $value, string $encryptionType ) : string
$value string
$encryptionType string
리턴 string

_getConfigDataModel() 보호된 메소드

protected _getConfigDataModel ( ) : Mage_Core_Model_Abstract
리턴 Mage_Core_Model_Abstract

_getConfigModel() 보호된 메소드

protected _getConfigModel ( ) : Mage_Core_Model_Config
리턴 Mage_Core_Model_Config

_validateScopeParam() 보호된 메소드

protected _validateScopeParam ( string $scope ) : string
$scope string
리턴 string

getEncryptionModel() 보호된 메소드

protected getEncryptionModel ( ) : Mage_Core_Model_Encryption
리턴 Mage_Core_Model_Encryption

프로퍼티 상세

$_scopes 보호되어 있는 프로퍼티

strings of configuration scopes
protected $_scopes