static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a
static castEnvelope(AMQPEnvelope $c, array $a, Stub $stub, $isNested, $filter) Parameters AMQPEnvelope $c array $a Stub $stub $isNested $filter
createStubs(StubbingContextInterface $context) Parameters StubbingContextInterface $context
unserialize($serialized) {@inheritdoc} Parameters $serialized
Command setProcessTitle(string $title) Sets the process title of the command. This feature should be used only when creating a long process command, like a daemon. PHP 5.5+ or the proctitle PECL library is required Parameters string $title The process title Return Value Command The current instance
array getClassesToCompile() Gets the classes to cache. Return Value array An array of classes
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. Parameters string $data Data to decode string $format Format name array $context options that decoders have access to The format parameter specifies which format the data is in; valid values depend on the specific implementation. Authors implementing this interface are encouraged to document which formats they support in a non-inherited phpdoc comment. Return Value mixed Excep
Classes BasicAuthenticationEntryPoint BasicAuthenticationEntryPoint starts an HTTP Basic authentication. DigestAuthenticationEntryPoint DigestAuthenticationEntryPoint starts an HTTP Digest authentication. FormAuthenticationEntryPoint FormAuthenticationEntryPoint starts an authentication via a login form. RetryAuthenticationEntryPoint RetryAuthenticationEntryPoint redirects URL based on the configured scheme. Interfaces AuthenticationEntryPointInterface AuthenticationEntryPo
addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber
boot() Boots the Bundle.
Page 664 of 787