ServiceReferenceGraphEdge

class ServiceReferenceGraphEdge Represents an edge in your service graph. Value is typically a reference. Methods __construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null) string getValue() Returns the value of the edge. ServiceReferenceGraphNode getSourceNode() Returns the source node. ServiceReferenceGraphNode getDestNode() Returns the destination node. Details __construct(ServiceRefere

KernelEvent::isMasterRequest()

bool isMasterRequest() Checks if this is a master request. Return Value bool True if the request is a master request

Type::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string

ExtensionInterface::load()

load(array $configs, ContainerBuilder $container) Loads a specific configuration. Parameters array $configs An array of configuration values ContainerBuilder $container A ContainerBuilder instance Exceptions InvalidArgumentException When provided tag is not defined in this extension

OutputStyle::setFormatter()

setFormatter(OutputFormatterInterface $formatter) Sets output formatter. Parameters OutputFormatterInterface $formatter

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for the Intl component.

TimeDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

NodeInterface::normalize()

mixed normalize(mixed $value) Normalizes the supplied value. Parameters mixed $value The value to normalize Return Value mixed The normalized value

Helper::strlen()

static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. Parameters string $string The string to check its length Return Value int The length of the string

PropertyPathBuilder::replaceByIndex()

replaceByIndex(int $offset, string $name = null) Replaces a property element by an index element. Parameters int $offset The offset at which to replace string $name The new name of the element. Optional Exceptions OutOfBoundsException If the offset is invalid