PHP Class MageConfigSync\Magento\ConfigurationAdapter

Datei anzeigen Open project: punkstar/mageconfigsync Class Usage Examples

Protected Properties

Property Type Description
$_magento MageConfigSync\Magento
$_table_name string

Public Methods

Method Description
__construct ( Magento $magento )
deleteValue ( $path, $scope, $scope_id ) : integer
getAllValues ( ) : array
getValue ( $path ) : array
setValue ( $path, $value, $scope, $scope_id ) : integer

Method Details

__construct() public method

public __construct ( Magento $magento )
$magento MageConfigSync\Magento

deleteValue() public method

public deleteValue ( $path, $scope, $scope_id ) : integer
$path
$scope
$scope_id
return integer Number of affected rows

getAllValues() public method

public getAllValues ( ) : array
return array

getValue() public method

public getValue ( $path ) : array
$path
return array

setValue() public method

public setValue ( $path, $value, $scope, $scope_id ) : integer
$path
$value
$scope
$scope_id
return integer Number of affected rows

Property Details

$_magento protected_oe property

protected Magento,MageConfigSync $_magento
return MageConfigSync\Magento

$_table_name protected_oe property

protected string $_table_name
return string