ArrayNodeDefinition

class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinitionInterface This class provides a fluent interface for defining an array node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets e

NullContext::getBasePath()

string getBasePath() Gets the base path. Return Value string The base path

JsonEncoder::supportsDecoding()

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Parameters string $format format name Return Value bool

PhpEngine::renderResponse()

Response renderResponse(string $view, array $parameters = array(), Response $response = null) Renders a view and returns a Response. Parameters string $view The view name array $parameters An array of parameters to pass to the view Response $response A Response instance Return Value Response A Response instance Exceptions RuntimeException if the template cannot be rendered

NodeExtension::translateFunction()

XPathExpr translateFunction(FunctionNode $node, Translator $translator) Parameters FunctionNode $node Translator $translator Return Value XPathExpr

Application::doRun()

int doRun(InputInterface $input, OutputInterface $output) Runs the current application. Parameters InputInterface $input An Input instance OutputInterface $output An Output instance Return Value int 0 if everything went fine, or an error code

Composite

class Composite extends Constraint A constraint that is composed of other constraints. You should never use the nested constraint instances anywhere else, because their groups are adapted when passed to the constructor of this class. If you want to create your own composite constraint, extend this class and let {@link getCompositeOption()} return the name of the property which contains the nested constraints. Constants DEFAULT_GROUP The name of the group given to all constraints with no ex

Component\HttpFoundation\Session\Storage\Proxy

Classes AbstractProxy AbstractProxy. NativeProxy NativeProxy. SessionHandlerProxy SessionHandler proxy.

ConstraintViolationList::getIterator()

ArrayIterator|ConstraintViolationInterface[] getIterator() {@inheritdoc} Return Value ArrayIterator|ConstraintViolationInterface[]

EventDispatcherInterface::addSubscriber()

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