NumericNodeDefinition

class NumericNodeDefinition extends ScalarNodeDefinition Abstract class that contains common code of integer and float node definitions. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. from NodeDefinition 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 ex

ConstraintViolationBuilder::setTranslationDomain()

ConstraintViolationBuilderInterface setTranslationDomain(string $translationDomain) Sets the translation domain which should be used for translating the violation message. Parameters string $translationDomain The translation domain Return Value ConstraintViolationBuilderInterface This builder

UndefinedMethodFatalErrorHandler

class UndefinedMethodFatalErrorHandler implements FatalErrorHandlerInterface ErrorHandler for undefined methods. Methods FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Details FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Parameters array $error An array as returned by errorge

ConstraintViolationBuilderInterface::setCause()

ConstraintViolationBuilderInterface setCause(mixed $cause) Sets the cause of the violation. Parameters mixed $cause The cause of the violation Return Value ConstraintViolationBuilderInterface This builder

ConstraintViolationBuilderInterface::setInvalidValue()

ConstraintViolationBuilderInterface setInvalidValue(mixed $invalidValue) Sets the invalid value that caused this violation. Parameters mixed $invalidValue The invalid value Return Value ConstraintViolationBuilderInterface This builder

ResultIterator

class ResultIterator implements Iterator Methods __construct(Connection $connection, Query $search) Entry current() Fetches the current entry. next() key() valid() rewind() Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry current() Fetches the current entry. Return Value Entry

ConstraintViolationBuilderInterface::setParameters()

ConstraintViolationBuilderInterface setParameters(array $parameters) Sets all parameters to be inserted into the violation message. Parameters array $parameters An array with the parameter names as keys and the values to be inserted in their place as values Return Value ConstraintViolationBuilderInterface This builder

XmlDescriptor::getCommandDocument()

DOMDocument getCommandDocument(Command $command) Parameters Command $command Return Value DOMDocument

ConfirmationQuestion

class ConfirmationQuestion extends Question Represents a yes/no question. Methods __construct(string $question, mixed $default = true, string $trueAnswerRegex = '/^y/i') Constructor. string getQuestion() Returns the question. from Question mixed getDefault() Returns the default answer. from Question bool isHidden() Returns whether the user response must be hidden. from Question Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. from Q

ContainerBuilder::getExtensionConfig()

array getExtensionConfig(string $name) Returns the configuration array for the given extension. Parameters string $name The name of the extension Return Value array An array of configuration