Method | Description | |
---|---|---|
it_is_initializable ( ) | ||
it_throws_exception_if_event_subject_is_not_order ( Symfony\Component\EventDispatcher\GenericEvent $event ) | ||
it_uses_assigner_to_assign_customer_ip_to_order ( Symfony\Component\EventDispatcher\GenericEvent $event, Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Sylius\Component\Core\Model\OrderInterface $order, |
||
let ( Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Symfony\Component\HttpFoundation\RequestStack $requestStack ) |
public it_throws_exception_if_event_subject_is_not_order ( Symfony\Component\EventDispatcher\GenericEvent $event ) | ||
$event | Symfony\Component\EventDispatcher\GenericEvent |
public it_uses_assigner_to_assign_customer_ip_to_order ( Symfony\Component\EventDispatcher\GenericEvent $event, Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Sylius\Component\Core\Model\OrderInterface $order, |
||
$event | Symfony\Component\EventDispatcher\GenericEvent | |
$ipAssigner | Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface | |
$order | Sylius\Component\Core\Model\OrderInterface | |
$request | ||
$requestStack | Symfony\Component\HttpFoundation\RequestStack |
public let ( Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Symfony\Component\HttpFoundation\RequestStack $requestStack ) | ||
$ipAssigner | Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface | |
$requestStack | Symfony\Component\HttpFoundation\RequestStack |