Home
last modified time | relevance | path

Searched refs:isColorGroup (Results 1 – 5 of 5) sorted by relevance

/dports/finance/prestashop/prestashop/src/Core/Domain/Product/AttributeGroup/QueryResult/
H A DAttributeGroup.php58 private $isColorGroup; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\AttributeGroup\\QueryResult\\AttributeGroup
75 * @param bool $isColorGroup
84 bool $isColorGroup, argument
92 $this->isColorGroup = $isColorGroup;
132 public function isColorGroup(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\AttributeGroup\\QueryResult\\AttributeGroup
134 return $this->isColorGroup;
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Entity/
H A DAttributeGroup.php55 private $isColorGroup; variable in PrestaShopBundle\\Entity\\AttributeGroup
120 * @param bool $isColorGroup
124 public function setIsColorGroup($isColorGroup) argument
126 $this->isColorGroup = $isColorGroup;
138 return $this->isColorGroup;
/dports/finance/prestashop/prestashop/src/Core/AttributeGroup/
H A DAttributeGroupViewDataProviderInterface.php39 public function isColorGroup($attributeGroupId); function
/dports/finance/prestashop/prestashop/src/Core/Grid/Definition/Factory/
H A DAttributeGridDefinitionFactory.php125 if ($this->attributeGroupViewDataProvider->isColorGroup($this->attributeGroupId)) {
259 if ($this->attributeGroupViewDataProvider->isColorGroup($this->attributeGroupId)) {
/dports/finance/prestashop/prestashop/src/Adapter/Product/AttributeGroup/
H A DAttributeGroupViewDataProvider.php65 public function isColorGroup($attributeGroupId) function in PrestaShop\\PrestaShop\\Adapter\\Product\\AttributeGroup\\AttributeGroupViewDataProvider