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\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\GetAttachmentInformation
__
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentInformationHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\AttachmentInformation |
PrestaShop\PrestaShop\Core\Domain\Attachment\Query\SearchAttachment
__
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\SearchAttachmentHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Attachment\QueryResult\AttachmentInformation[] |