CheckCircularReferencesPass

class CheckCircularReferencesPass implements CompilerPassInterface Checks your services for circular references. References from method calls are ignored since we might be able to resolve these references depending on the order in which services are called. Circular reference from method calls will only be detected at run-time. Methods process(ContainerBuilder $container) Checks the ContainerBuilder object for circular references. Details process(Containe

LdapInterface::query()

QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap server for entries matching the given criteria. Parameters string $dn string $query array $options Return Value QueryInterface

LoggingFormatter::formatRemoveService()

formatRemoveService(CompilerPassInterface $pass, $id, $reason) Parameters CompilerPassInterface $pass $id $reason

ExecutionContext::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata of the current node does not implement {@link Mapping\ClassMetadataInterface} or if no metadata is available for the current node, this method returns null. Return Value string|null The class name or null, if no class name could be found

TraceableUrlMatcher::getTracesForRequest()

getTracesForRequest(Request $request) Parameters Request $request

ClosureLoader

class ClosureLoader extends Loader ClosureLoader loads routes from a PHP closure. The Closure must return a RouteCollection instance. 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) Imports a resource. from Loader LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a loader able to

ServiceUnavailableHttpException

class ServiceUnavailableHttpException extends HttpException ServiceUnavailableHttpException. Methods __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code)

InputStream::getIterator()

getIterator()

ObjectRouteLoader

class ObjectRouteLoader extends Loader A route loader that calls a method on an object to load the routes. 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) Imports a resource. from Loader LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a loader able to load an imported resource.

DOMCaster::castNotation()

static castNotation(DOMNotation $dom, array $a, Stub $stub, $isNested) Parameters DOMNotation $dom array $a Stub $stub $isNested