AnnotationDirectoryLoader

class AnnotationDirectoryLoader extends AnnotationFileLoader AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoa

AnalyzeServiceReferencesPass

class AnalyzeServiceReferencesPass implements RepeatablePassInterface Run this pass before passes that need to know more about the relation of your services. This class will populate the ServiceReferenceGraph with information. You can retrieve the graph in other passes from the compiler. Methods __construct(bool $onlyConstructorArguments = false) setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. process(ContainerBuilder $container) Processes a Contai

AnalyzeServiceReferencesPass::setRepeatedPass()

setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. Parameters RepeatedPass $repeatedPass

AnnotationClassLoader

class AnnotationClassLoader implements LoaderInterface AnnotationClassLoader loads routing information from a PHP class and its methods. You need to define an implementation for the getRouteDefaults() method. Most of the time, this method should define some PHP callable to be called for the route (a controller in MVC speak). The @Route annotation can be set on the class (for global parameters), and on each method. The @Route annotation main value is the route path. The annotation also recogn

AnalyzeServiceReferencesPass::process()

process(ContainerBuilder $container) Processes a ContainerBuilder object to populate the service reference graph. Parameters ContainerBuilder $container

AmqpCaster::castConnection()

static castConnection(AMQPConnection $c, array $a, Stub $stub, $isNested) Parameters AMQPConnection $c array $a Stub $stub $isNested

AmqpCaster::castQueue()

static castQueue(AMQPQueue $c, array $a, Stub $stub, $isNested) Parameters AMQPQueue $c array $a Stub $stub $isNested

AmqpCaster::castEnvelope()

static castEnvelope(AMQPEnvelope $c, array $a, Stub $stub, $isNested, $filter) Parameters AMQPEnvelope $c array $a Stub $stub $isNested $filter

AmqpCaster::castChannel()

static castChannel(AMQPChannel $c, array $a, Stub $stub, $isNested) Parameters AMQPChannel $c array $a Stub $stub $isNested

AmqpCaster::castExchange()

static castExchange(AMQPExchange $c, array $a, Stub $stub, $isNested) Parameters AMQPExchange $c array $a Stub $stub $isNested