PHP Class eZ\Bundle\EzPublishIOBundle\EventListener\StreamFileListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
__construct ( eZ\Publish\Core\IO\IOServiceInterface $ioService, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver )
getSubscribedEvents ( )
onKernelRequest ( GetResponseEvent $event )

Private Methods

Method Description
isIoUri ( string $uri ) : boolean Tests if $uri is an IO file uri root.

Method Details

__construct() public method

public __construct ( eZ\Publish\Core\IO\IOServiceInterface $ioService, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver )
$ioService eZ\Publish\Core\IO\IOServiceInterface
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onKernelRequest() public method

public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent