Skip to content

Commit e3d1f28

Browse files
committed
Update documentation
1 parent fbb2504 commit e3d1f28

File tree

133 files changed

+995
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+995
-119
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\Attachment\Query\GetAttachmentInformation`
2+
__
3+
4+
| Query details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $attachmentId`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentInformationHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Attachment\QueryHandler\GetAttachmentInformationHandlerInterface`</li> |
8+
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\AttachmentInformation` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\Attachment\Query\SearchAttachment`
2+
__
3+
4+
| Query details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$string $searchPhrase`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\SearchAttachmentHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Attachment\QueryHandler\SearchAttachmentHandlerInterface`</li> |
8+
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\AttachmentInformation[]` |

development/architecture/domain/references/attachment/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ title: Attachment domain
2727
#### GetAttachment {id="GetAttachment"}
2828

2929
{{% include-md "content/8/development/architecture/domain/references/attachment/_partials/get-attachment.md" %}}
30-
#### GetAttachmentInformationList {id="GetAttachmentInformationList"}
30+
#### GetAttachmentInformation {id="GetAttachmentInformation"}
3131

32-
{{% include-md "content/8/development/architecture/domain/references/attachment/_partials/get-attachment-information-list.md" %}}
32+
{{% include-md "content/8/development/architecture/domain/references/attachment/_partials/get-attachment-information.md" %}}
33+
#### SearchAttachment {id="SearchAttachment"}
34+
35+
{{% include-md "content/8/development/architecture/domain/references/attachment/_partials/search-attachment.md" %}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\BulkDeleteAttributeCommand`
2+
_Deletes attributes in bulk action_
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$array $attributeIds`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\BulkDeleteAttributeHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\CommandHandler\BulkDeleteAttributeHandlerInterface`</li> |
8+
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Command\BulkDeleteAttributeGroupCommand`
2+
_Deletes attribute groups in bulk action by provided ids_
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$array $attributeGroupIds`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\AttributeGroup\CommandHandler\BulkDeleteAttributeGroupHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\CommandHandler\BulkDeleteAttributeGroupHandlerInterface`</li> |
8+
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\Command\DeleteAttributeCommand`
2+
_Deletes Attribute by provided id_
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $attributeId`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Attribute\CommandHandler\DeleteAttributeHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Attribute\CommandHandler\DeleteAttributeHandlerInterface`</li> |
8+
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Command\DeleteAttributeGroupCommand`
2+
_Deletes attribute group by provided id_
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $attributeGroupId`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\AttributeGroup\CommandHandler\DeleteAttributeGroupHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\CommandHandler\DeleteAttributeGroupHandlerInterface`</li> |
8+
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\Query\GetAttributeGroupList`
2+
_Get list of Attribute groups in the shop with their associated attributes_
3+
4+
| Query details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$PrestaShop\PrestaShop\Core\Domain\Shop\ValueObject\ShopConstraint $shopConstraint`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\AttributeGroup\QueryHandler\GetAttributeGroupListHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\AttributeGroup\QueryHandler\GetAttributeGroupListHandlerInterface`</li> |
8+
| **Return type** | `array` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: AttributeGroup domain
3+
---
4+
5+
## AttributeGroup domain
6+
7+
### AttributeGroup Commands
8+
9+
10+
#### BulkDeleteAttributeGroupCommand {{< minver v="8.1.0" >}} {id="BulkDeleteAttributeGroupCommand"}
11+
12+
{{% include-md "content/8/development/architecture/domain/references/attribute-group/_partials/bulk-delete-attribute-group-command.md" %}}
13+
14+
#### DeleteAttributeGroupCommand {{< minver v="8.1.0" >}} {id="DeleteAttributeGroupCommand"}
15+
16+
{{% include-md "content/8/development/architecture/domain/references/attribute-group/_partials/delete-attribute-group-command.md" %}}
17+
18+
#### BulkDeleteAttributeCommand {{< minver v="8.1.0" >}} {id="BulkDeleteAttributeCommand"}
19+
20+
{{% include-md "content/8/development/architecture/domain/references/attribute-group/_partials/bulk-delete-attribute-command.md" %}}
21+
22+
#### DeleteAttributeCommand {{< minver v="8.1.0" >}} {id="DeleteAttributeCommand"}
23+
24+
{{% include-md "content/8/development/architecture/domain/references/attribute-group/_partials/delete-attribute-command.md" %}}
25+
26+
### AttributeGroup Queries
27+
28+
#### GetAttributeGroupList {id="GetAttributeGroupList"}
29+
30+
{{% include-md "content/8/development/architecture/domain/references/attribute-group/_partials/get-attribute-group-list.md" %}}

development/architecture/domain/references/catalog-price-rule/_partials/add-catalog-price-rule-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ _Adds new catalog price rule with provided data_
33

44
| Command details | |
55
| -------------------------- | -- |
6-
| **Constructor parameters** | <ul> <li>`$string $name`</li> <li>`$int $currencyId`</li> <li>`$int $countryId`</li> <li>`$int $groupId`</li> <li>`$int $fromQuantity`</li> <li>`$string $reductionType`</li> <li>`$float $reductionValue`</li> <li>`$int $shopId`</li> <li>`$bool $includeTax`</li> <li>`$float $price`</li> </ul> |
6+
| **Constructor parameters** | <ul> <li>`$string $name`</li> <li>`$int $currencyId`</li> <li>`$int $countryId`</li> <li>`$int $groupId`</li> <li>`$int $fromQuantity`</li> <li>`$string $reductionType`</li> <li>`$string $reductionValue`</li> <li>`$int $shopId`</li> <li>`$bool $includeTax`</li> <li>`$float $price`</li> </ul> |
77
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CatalogPriceRule\CommandHandler\AddCatalogPriceRuleHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CatalogPriceRule\CommandHandler\AddCatalogPriceRuleHandlerInterface`</li> |
88
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\CatalogPriceRule\ValueObject\CatalogPriceRuleId` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\CatalogPriceRule\Query\GetCatalogPriceRuleListForProduct`
2+
__
3+
4+
| Query details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $productId`</li> <li>`$int $langId`</li> <li>`$?int $limit = NULL`</li> <li>`$?int $offset = NULL`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CatalogPriceRule\QueryHandler\GetCatalogPriceRuleListForProductHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CatalogPriceRule\QueryHandler\GetCatalogPriceRuleListForProductHandlerInterface`</li> |
8+
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\CatalogPriceRule\QueryResult\CatalogPriceRuleList` |

development/architecture/domain/references/catalog-price-rule/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ title: CatalogPriceRule domain
2424
#### GetCatalogPriceRuleForEditing {id="GetCatalogPriceRuleForEditing"}
2525

2626
{{% include-md "content/8/development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-for-editing.md" %}}
27+
#### GetCatalogPriceRuleListForProduct {id="GetCatalogPriceRuleListForProduct"}
28+
29+
{{% include-md "content/8/development/architecture/domain/references/catalog-price-rule/_partials/get-catalog-price-rule-list-for-product.md" %}}

development/architecture/domain/references/category/_partials/edit-root-category-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`PrestaShop\PrestaShop\Core\Domain\Category\Command\EditRootCategoryCommand`
2-
_Class EditRootCategoryCommand edits given root category._
2+
_Class EditRootCategoryCommand edits given root category. This command is actually handling the Home category edition, as the actual &quot;root&quot; category doesn&#039;t exist from UX perspective_
33

44
| Command details | |
55
| -------------------------- | -- |

development/architecture/domain/references/category/_partials/get-categories-tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ _Provides Category tree list where each category holds its child categories_
33

44
| Query details | |
55
| -------------------------- | -- |
6-
| **Constructor parameters** | <ul> <li>`$?int $languageId = NULL`</li> </ul> |
6+
| **Constructor parameters** | <ul> <li>`$int $languageId`</li> <li>`$int $shopId`</li> </ul> |
77
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Category\QueryHandler\GetCategoriesTreeHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Category\QueryHandler\GetCategoriesTreeHandlerInterface`</li> |
88
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\Category\QueryResult\CategoryForTree[]` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\Country\Command\AddCountryCommand`
2+
_Adds new zone with provided data._
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$array $localizedNames`</li> <li>`$string $isoCode`</li> <li>`$int $callPrefix`</li> <li>`$int $defaultCurrency`</li> <li>`$int $zoneId`</li> <li>`$bool $needZipCode`</li> <li>`$string $zipCodeFormat`</li> <li>`$string $addressFormat`</li> <li>`$bool $enabled`</li> <li>`$bool $containsStates`</li> <li>`$bool $needIdNumber`</li> <li>`$bool $displayTaxLabel`</li> <li>`$array $shopAssociation`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Country\CommandHandler\AddCountryHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Country\CommandHandler\AddCountryHandlerInterface`</li> |
8+
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\Country\ValueObject\CountryId` |

development/architecture/domain/references/country/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ title: Country domain
66

77
### Country Commands
88

9+
#### AddCountryCommand {id="AddCountryCommand"}
10+
11+
{{% include-md "content/8/development/architecture/domain/references/country/_partials/add-country-command.md" %}}
912

1013
### Country Queries
1114

development/architecture/domain/references/currency/index.md

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ title: Currency domain
3333
#### ToggleCurrencyStatusCommand {id="ToggleCurrencyStatusCommand"}
3434

3535
{{% include-md "content/8/development/architecture/domain/references/currency/_partials/toggle-currency-status-command.md" %}}
36-
#### ToggleExchangeRateAutomatizationCommand {id="ToggleExchangeRateAutomatizationCommand"}
37-
38-
{{% include-md "content/8/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md" %}}
3936

4037
### Currency Queries
4138

development/architecture/domain/references/customer-message/_partials/add-order-customer-message-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ _This command adds/sends message to the customer related with the order._
44
| Command details | |
55
| -------------------------- | -- |
66
| **Constructor parameters** | <ul> <li>`$int $orderId`</li> <li>`$string $message`</li> <li>`$bool $isPrivate`</li> </ul> |
7-
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CustomerService\CommandHandler\AddOrderCustomerMessageHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerMessage\CommandHandler\AddOrderCustomerMessageHandlerInterface`</li> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\AddOrderCustomerMessageHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerMessage\CommandHandler\AddOrderCustomerMessageHandlerInterface`</li> |
88
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\BulkDeleteCustomerThreadCommand`
2+
__
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$array $customerThreadIds`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\BulkDeleteCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\BulkDeleteCustomerThreadHandlerInterface`</li> |
8+
| **Return type** | `void` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\DeleteCustomerThreadCommand`
2+
__
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $customerThreadId`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\DeleteCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\DeleteCustomerThreadHandlerInterface`</li> |
8+
| **Return type** | `void` |

development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ _Forwards customer thread_
44
| Command details | |
55
| -------------------------- | -- |
66
| **Constructor parameters** | <ul></ul> |
7-
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CustomerService\CommandHandler\ForwardCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ForwardCustomerThreadHandlerInterface`</li> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ForwardCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ForwardCustomerThreadHandlerInterface`</li> |
88
| **Return type** | `void` |

development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ _Gets customer thread for viewing_
44
| Query details | |
55
| -------------------------- | -- |
66
| **Constructor parameters** | <ul> <li>`$int $customerThreadId`</li> </ul> |
7-
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CustomerService\QueryHandler\GetCustomerThreadForViewingHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryHandler\GetCustomerThreadForViewingHandlerInterface`</li> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryHandler\GetCustomerThreadForViewingHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryHandler\GetCustomerThreadForViewingHandlerInterface`</li> |
88
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryResult\CustomerThreadView` |

development/architecture/domain/references/customer-service/_partials/reply-to-customer-thread-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ _Reply to given customer thread_
44
| Command details | |
55
| -------------------------- | -- |
66
| **Constructor parameters** | <ul> <li>`$int $customerThreadId`</li> <li>`$string $replyMessage`</li> </ul> |
7-
| **Handler class** | `PrestaShop\PrestaShop\Adapter\CustomerService\CommandHandler\ReplyToCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ReplyToCustomerThreadHandlerInterface`</li> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ReplyToCustomerThreadHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ReplyToCustomerThreadHandlerInterface`</li> |
88
| **Return type** | `void` |

development/architecture/domain/references/customer-service/index.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ title: CustomerService domain
66

77
### CustomerService Commands
88

9+
#### BulkDeleteCustomerThreadCommand {id="BulkDeleteCustomerThreadCommand"}
10+
11+
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/bulk-delete-customer-thread-command.md" %}}
12+
#### DeleteCustomerThreadCommand {id="DeleteCustomerThreadCommand"}
13+
14+
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/delete-customer-thread-command.md" %}}
915
#### ForwardCustomerThreadCommand {id="ForwardCustomerThreadCommand"}
1016

1117
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/forward-customer-thread-command.md" %}}
@@ -18,9 +24,9 @@ title: CustomerService domain
1824

1925
### CustomerService Queries
2026

21-
#### GetCustomerThreadForViewing {id="GetCustomerThreadForViewing"}
22-
23-
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md" %}}
2427
#### GetCustomerServiceSignature {id="GetCustomerServiceSignature"}
2528

2629
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/get-customer-service-signature.md" %}}
30+
#### GetCustomerThreadForViewing {id="GetCustomerThreadForViewing"}
31+
32+
{{% include-md "content/8/development/architecture/domain/references/customer-service/_partials/get-customer-thread-for-viewing.md" %}}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
`PrestaShop\PrestaShop\Core\Domain\Customer\Query\SearchCustomers`
2-
_Searchers for customers by phrases matching customer&#039;s first name, last name, email and id_
2+
_Searchers for customers by phrases matching customer&#039;s first name, last name, email, company name and id_
33

44
| Query details | |
55
| -------------------------- | -- |
6-
| **Constructor parameters** | <ul> <li>`$array $phrases`</li> </ul> |
6+
| **Constructor parameters** | <ul> <li>`$array $phrases`</li> <li>`$?PrestaShop\PrestaShop\Core\Domain\Shop\ValueObject\ShopConstraint $shopConstraint = NULL`</li> </ul> |
77
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Customer\QueryHandler\SearchCustomersHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Customer\QueryHandler\SearchCustomersHandlerInterface`</li> |
88
| **Return type** | `array` |

development/architecture/domain/references/employee/_partials/add-employee-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ _Adds new employee with given data_
33

44
| Command details | |
55
| -------------------------- | -- |
6-
| **Constructor parameters** | <ul> <li>`$string $firstName`</li> <li>`$string $lastName`</li> <li>`$string $email`</li> <li>`$string $plainPassword`</li> <li>`$int $defaultPageId`</li> <li>`$int $languageId`</li> <li>`$bool $active`</li> <li>`$int $profileId`</li> <li>`$array $shopAssociation`</li> <li>`$bool $hasEnabledGravatar = false`</li> </ul> |
6+
| **Constructor parameters** | <ul> <li>`$string $firstName`</li> <li>`$string $lastName`</li> <li>`$string $email`</li> <li>`$string $plainPassword`</li> <li>`$int $defaultPageId`</li> <li>`$int $languageId`</li> <li>`$bool $active`</li> <li>`$int $profileId`</li> <li>`$array $shopAssociation`</li> <li>`$bool $hasEnabledGravatar`</li> <li>`$int $minLength`</li> <li>`$int $maxLength`</li> <li>`$int $minScore`</li> </ul> |
77
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Profile\Employee\CommandHandler\AddEmployeeHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Employee\CommandHandler\AddEmployeeHandlerInterface`</li> |
88
| **Return type** | `PrestaShop\PrestaShop\Core\Domain\Employee\ValueObject\EmployeeId` |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
`PrestaShop\PrestaShop\Core\Domain\Manufacturer\Command\DeleteManufacturerLogoImageCommand`
2+
_Deletes manufacturer logo image_
3+
4+
| Command details | |
5+
| -------------------------- | -- |
6+
| **Constructor parameters** | <ul> <li>`$int $manufacturerId`</li> </ul> |
7+
| **Handler class** | `PrestaShop\PrestaShop\Adapter\Manufacturer\CommandHandler\DeleteManufacturerLogoImageHandler` <p> Implements: </p> <ul> <li>`PrestaShop\PrestaShop\Core\Domain\Manufacturer\CommandHandler\DeleteManufacturerLogoImageHandlerInterface`</li> |
8+
| **Return type** | `void` |

0 commit comments

Comments
 (0)