DoctrineCaster::castOrmProxy()

static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested) Parameters Proxy $proxy array $a Stub $stub $isNested

DefinitionDecorator::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

KernelInterface::getBundles()

BundleInterface[] getBundles() Gets the registered bundle instances. Return Value BundleInterface[] An array of registered bundle instances

BinaryFileResponse

class BinaryFileResponse extends Response BinaryFileResponse represents an HTTP response delivering a file. Constants HTTP_CONTINUE HTTP_SWITCHING_PROTOCOLS HTTP_PROCESSING HTTP_OK HTTP_CREATED HTTP_ACCEPTED HTTP_NON_AUTHORITATIVE_INFORMATION HTTP_NO_CONTENT HTTP_RESET_CONTENT HTTP_PARTIAL_CONTENT HTTP_MULTI_STATUS HTTP_ALREADY_REPORTED HTTP_IM_USED HTTP_MULTIPLE_CHOICES HTTP_MOVED_PERMANENTLY HTTP_FOUND HTTP_SEE_OTHER HTTP

Question::getMaxAttempts()

null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited number of attempts. Return Value null|int

DumpException

class DumpException extends RuntimeException Exception class thrown when an error occurs during dumping.

TraceableEventDispatcher::getCalledListeners()

array getCalledListeners() Gets the called listeners. Return Value array An array of called listeners

RegisterListenersPass

class RegisterListenersPass implements CompilerPassInterface Compiler pass to register tagged services for an event dispatcher. Methods __construct(string $dispatcherService = 'event_dispatcher', string $listenerTag = 'kernel.event_listener', string $subscriberTag = 'kernel.event_subscriber') Constructor. process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(string $dispatcherServi

ServiceReferenceGraphNode::isDefinition()

bool isDefinition() Checks if the value of this node is a Definition. Return Value bool True if the value is a Definition instance

ContainerBuilder::setResourceTracking()

setResourceTracking(bool $track) Sets the track resources flag. If you are not using the loaders and therefore don't want to depend on the Config component, set this flag to false. Parameters bool $track true if you want to track resources, false otherwise