PHP 클래스 Sylius\Bundle\CoreBundle\EventListener\OrderCustomerIpListener

저자: Mateusz Zalewski ([email protected])
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Symfony\Component\HttpFoundation\RequestStack $requestStack )
assignCustomerIpToOrder ( Symfony\Component\EventDispatcher\GenericEvent $event )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface $ipAssigner, Symfony\Component\HttpFoundation\RequestStack $requestStack )
$ipAssigner Sylius\Bundle\CoreBundle\Assigner\IpAssignerInterface
$requestStack Symfony\Component\HttpFoundation\RequestStack

assignCustomerIpToOrder() 공개 메소드

public assignCustomerIpToOrder ( Symfony\Component\EventDispatcher\GenericEvent $event )
$event Symfony\Component\EventDispatcher\GenericEvent