System / OS
Light
Dark
Fixed width
Fit to window
Ordered list of dispatched messages across all your buses
"PrestaShop\PrestaShop\Core\Domain\Notification\Query\GetNotificationLastElements"
public function handle($command)
{
try {
return $this->process($command);
} catch (HandlerFailedException $exception) {
throw $exception->getPrevious();
}
PrestaShop\PrestaShop\Core\Domain\Notification\Query\GetNotificationLastElements {#3023 -employeeId: PrestaShop\PrestaShop\Core\Domain\Employee\ValueObject\EmployeeId {#3233 -employeeId: 3 } }
Symfony\Component\Messenger\Stamp\BusNameStamp {#3240 -busName: "messenger.bus.default" }
Symfony\Component\Messenger\Stamp\HandledStamp {#4316 -result: PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResults {#4313 -notifications: [ PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4298 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4310 -type: "order" } -total: 0 -notifications: [] } PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4308 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4312 -type: "customer_message" } -total: 0 -notifications: [] } PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4309 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4311 -type: "customer" } -total: 0 -notifications: [] } ] } -handlerName: "PrestaShop\PrestaShop\Adapter\Notification\QueryHandler\GetNotificationLastElementsHandler::handle" }