Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ResourceConnection $resource, ScopeResolverInterface $scopeResolver, CatalogInventoryConfiguration $inventoryConfig, IndexScopeResolverInterface $priceTableResolver=null, DimensionFactory $dimensionFactory=null) | |
build (AbstractAttribute $attribute, string $tableName, int $currentScope, int $customerGroupId) | |
Attribute query builder
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 30 of file QueryBuilder.php.
__construct | ( | ResourceConnection | $resource, |
ScopeResolverInterface | $scopeResolver, | ||
CatalogInventoryConfiguration | $inventoryConfig, | ||
IndexScopeResolverInterface | $priceTableResolver = null , |
||
DimensionFactory | $dimensionFactory = null |
||
) |
ResourceConnection | $resource | |
ScopeResolverInterface | $scopeResolver | |
CatalogInventoryConfiguration | $inventoryConfig | |
IndexScopeResolverInterface | $priceTableResolver | |
DimensionFactory | null | $dimensionFactory |
Definition at line 64 of file QueryBuilder.php.
build | ( | AbstractAttribute | $attribute, |
string | $tableName, | ||
int | $currentScope, | ||
int | $customerGroupId | ||
) |
Build select.
AbstractAttribute | $attribute | |
string | $tableName | |
int | $currentScope | |
int | $customerGroupId |
Definition at line 89 of file QueryBuilder.php.