PHP Class MageConfigSync\Magento\ConfigurationAdapter

Afficher le fichier Open project: punkstar/mageconfigsync Class Usage Examples

Protected Properties

Свойство Type Description
$_magento MageConfigSync\Magento
$_table_name string

Méthodes publiques

Méthode 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 méthode

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

deleteValue() public méthode

public deleteValue ( $path, $scope, $scope_id ) : integer
$path
$scope
$scope_id
Résultat integer Number of affected rows

getAllValues() public méthode

public getAllValues ( ) : array
Résultat array

getValue() public méthode

public getValue ( $path ) : array
$path
Résultat array

setValue() public méthode

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

Property Details

$_magento protected_oe property

protected Magento,MageConfigSync $_magento
Résultat MageConfigSync\Magento

$_table_name protected_oe property

protected string $_table_name
Résultat string