PHP Class N98\Magento\Command\System\Check\Settings\CheckAbstract

Inheritance: implements N98\Magento\Command\System\Check\StoreCheck
Datei anzeigen Open project: netz98/n98-magerun

Public Methods

Method Description
__construct ( )
check ( N98\Magento\Command\System\Check\ResultCollection $results, Mage_Core_Model_Store $store )

Protected Methods

Method Description
initConfigPaths ( )
registerStoreConfigPath ( string $name, string $configPath )

Private Methods

Method Description
getParamValues ( Mage_Core_Model_Store $store, array $typedParams ) : array

Method Details

__construct() final public method

final public __construct ( )

check() public method

public check ( N98\Magento\Command\System\Check\ResultCollection $results, Mage_Core_Model_Store $store )
$results N98\Magento\Command\System\Check\ResultCollection
$store Mage_Core_Model_Store

initConfigPaths() abstract protected method

abstract protected initConfigPaths ( )

registerStoreConfigPath() protected method

protected registerStoreConfigPath ( string $name, string $configPath )
$name string
$configPath string