PHP Class RMS\PushNotificationsBundle\DependencyInjection\Compiler\AddHandlerPass

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Show file Open project: richsage/RMSPushNotificationsBundle

Public Methods

Method Description
process ( ContainerBuilder $container ) : void Processes any handlers tagged accordingly

Method Details

process() public method

Processes any handlers tagged accordingly
public process ( ContainerBuilder $container ) : void
$container Symfony\Component\DependencyInjection\ContainerBuilder
return void