PHP 클래스 spec\Tolerance\Bridge\Symfony\Metrics\EventListener\KernelRequest\RecordRequestStartTimeSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: sroze/tolerance

공개 메소드들

메소드 설명
it_is_an_event_subscriber ( )
it_sets_the_request_attribute_from_the_current_time ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )
it_sets_the_request_attribute_from_the_request_time ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )
it_sets_the_request_attribute_from_the_request_time_float ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )

메소드 상세

it_is_an_event_subscriber() 공개 메소드

it_sets_the_request_attribute_from_the_current_time() 공개 메소드

public it_sets_the_request_attribute_from_the_current_time ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
$attributesParameterBag Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface

it_sets_the_request_attribute_from_the_request_time() 공개 메소드

public it_sets_the_request_attribute_from_the_request_time ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
$attributesParameterBag Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface

it_sets_the_request_attribute_from_the_request_time_float() 공개 메소드

public it_sets_the_request_attribute_from_the_request_time_float ( GetResponseEvent $event, Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $attributesParameterBag )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
$attributesParameterBag Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface