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\Profile\Command\AddProfileCommand
Adds new profile
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\AddProfileHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Profile\ValueObject\ProfileId |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\BulkDeleteProfileCommand
Class BulkDeleteProfileCommand is a command to bulk delete profiles by given ids.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\BulkDeleteProfileHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\DeleteProfileCommand
Class DeleteProfileCommand is a command to delete profile by given id.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\DeleteProfileHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\EditProfileCommand
Edits existing Profile
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\EditProfileHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Query\GetProfileForEditing
Get Profile data for editing
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Profile\QueryHandler\GetProfileForEditingHandler Implements:
|
Return type | mixed |