PHP 클래스 MageConfigSync\Magento\ConfigurationAdapter

파일 보기 프로젝트 열기: punkstar/mageconfigsync 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_magento MageConfigSync\Magento
$_table_name string

공개 메소드들

메소드 설명
__construct ( Magento $magento )
deleteValue ( $path, $scope, $scope_id ) : integer
getAllValues ( ) : array
getValue ( $path ) : array
setValue ( $path, $value, $scope, $scope_id ) : integer

메소드 상세

__construct() 공개 메소드

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

deleteValue() 공개 메소드

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

getAllValues() 공개 메소드

public getAllValues ( ) : array
리턴 array

getValue() 공개 메소드

public getValue ( $path ) : array
$path
리턴 array

setValue() 공개 메소드

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

프로퍼티 상세

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

protected Magento,MageConfigSync $_magento
리턴 MageConfigSync\Magento

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

protected string $_table_name
리턴 string