Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current 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 |