PHP Class spec\Tolerance\Bridge\Symfony\Metrics\EventListener\KernelRequest\RecordRequestStartTimeSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: sroze/tolerance

Public Methods

Method Description
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 )

Method Details

it_is_an_event_subscriber() public method

it_sets_the_request_attribute_from_the_current_time() public method

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 method

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 method

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