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\Attachment\Command\AddAttachmentCommand
Attachment creation command
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\AddAttachmentHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\ValueObject\AttachmentId |
PrestaShop\PrestaShop\Core\Domain\Attachment\Command\BulkDeleteAttachmentsCommand
Bulk delete attachment command is responsible for deleting Attachment
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\BulkDeleteAttachmentsHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Attachment\Command\DeleteAttachmentCommand
Delete attachment command is responsible for deleting Attachment
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\DeleteAttachmentHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Attachment\Command\EditAttachmentCommand
Attachment editing command
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\EditAttachmentHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Attachment\Query\GetAttachmentForEditing
Gets attachment information for editing.
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\EditableAttachment |
PrestaShop\PrestaShop\Core\Domain\Attachment\Query\GetAttachment
Get attachment query
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\Attachment |
PrestaShop\PrestaShop\Core\Domain\Attachment\Query\GetAttachmentInformationList
Query providing attachments information
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentInformationListHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\AttachmentInformation[] |