Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page
PrestaShop\PrestaShop\Core\Domain\Contact\Command\AddContactCommand
Class AddContactCommand is responsible for adding the contact data.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Contact\CommandHandler\AddContactHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Contact\ValueObject\ContactId |
PrestaShop\PrestaShop\Core\Domain\Contact\Command\EditContactCommand
Class EditContactCommand is responsible for editing contact data.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Contact\CommandHandler\EditContactHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Contact\Query\GetContactForEditing
Class GetContactForEditing is responsible for getting the data related with contact entity.
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Contact\QueryHandler\GetContactForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Contact\QueryResult\EditableContact |