@@ -116,7 +116,7 @@ |
||
| 116 | 116 | $attribute = $this->loadAttributeByAttributeCode($attributeCode); |
| 117 | 117 | |
| 118 | 118 | // temporary persist the pre-loaded attribute code => ID mapping |
| 119 | - $this->preLoadedAttributeIds[$attributeCode]= $attribute[MemberNames::ATTRIBUTE_ID]; |
|
| 119 | + $this->preLoadedAttributeIds[$attributeCode] = $attribute[MemberNames::ATTRIBUTE_ID]; |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |
@@ -457,7 +457,7 @@ |
||
| 457 | 457 | * |
| 458 | 458 | * @var string |
| 459 | 459 | */ |
| 460 | - const DELETE_ATTRIBUTE_OPTION_SWATCH= 'DELETE FROM eav_attribute_option_swatch WHERE swatch_id = :swatch_id'; |
|
| 460 | + const DELETE_ATTRIBUTE_OPTION_SWATCH = 'DELETE FROM eav_attribute_option_swatch WHERE swatch_id = :swatch_id'; |
|
| 461 | 461 | |
| 462 | 462 | /** |
| 463 | 463 | * The SQL statement to remove a existing EAV catalog attribute. |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | $utilityClassName = $this->getUtilityClassName(); |
| 55 | 55 | |
| 56 | 56 | // initialize the prepared statements |
| 57 | - $this->attributeOptionValueByAttributeCodeAndStoreIdAndValueStmt= $this->getConnection()->prepare($utilityClassName::ATTRIBUTE_OPTION_VALUE_BY_ATTRIBUTE_CODE_AND_STORE_ID_AND_VALUE); |
|
| 57 | + $this->attributeOptionValueByAttributeCodeAndStoreIdAndValueStmt = $this->getConnection()->prepare($utilityClassName::ATTRIBUTE_OPTION_VALUE_BY_ATTRIBUTE_CODE_AND_STORE_ID_AND_VALUE); |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | $utilityClassName = $this->getUtilityClassName(); |
| 55 | 55 | |
| 56 | 56 | // initialize the prepared statements |
| 57 | - $this->attributeLabelByAttributeCodeAndStoreIdStmt= $this->getConnection()->prepare($utilityClassName::ATTRIBUTE_LABEL_BY_ATTRIBUTE_CODE_AND_STORE_ID); |
|
| 57 | + $this->attributeLabelByAttributeCodeAndStoreIdStmt = $this->getConnection()->prepare($utilityClassName::ATTRIBUTE_LABEL_BY_ATTRIBUTE_CODE_AND_STORE_ID); |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |