PrestaShop\PrestaShop\Core\Domain\Security\Command\BulkDeleteCustomerSessionsCommand
Deletes customer sessions in bulk action
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\BulkDeleteCustomerSessionsHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Security\Command\BulkDeleteEmployeeSessionsCommand
Deletes employees sessions in bulk action
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\BulkDeleteEmployeeSessionsHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Security\Command\ClearOutdatedCustomerSessionCommand
Class ClearOutdatedCustomerSessionCommand is a command to clear customer sessions.
| Command details | |
|---|---|
| Constructor parameters | |
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\ClearOutdatedCustomerSessionHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Security\Command\ClearOutdatedEmployeeSessionCommand
Class ClearEmployeeSessionCommand is a command to clear employee sessions.
| Command details | |
|---|---|
| Constructor parameters | |
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\ClearOutdatedEmployeeSessionHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Security\Command\DeleteCustomerSessionCommand
Class DeleteCustomerSessionCommand is a command to delete customer session by given id.
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\DeleteCustomerSessionHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Security\Command\DeleteEmployeeSessionCommand
Class DeleteEmployeeSessionCommand is a command to delete employee session by given id.
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Security\CommandHandler\DeleteEmployeeSessionHandler Implements:
|
| Return type | void |