ParameterCircularReferenceException

class ParameterCircularReferenceException extends RuntimeException This exception is thrown when a circular reference in a parameter is detected. Methods __construct($parameters, Exception $previous = null) getParameters() Details __construct($parameters, Exception $previous = null) Parameters $parameters Exception $previous getParameters()

AbstractFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

AbstractAuthenticationListener::setRememberMeServices()

setRememberMeServices(RememberMeServicesInterface $rememberMeServices) Sets the RememberMeServices implementation to use. Parameters RememberMeServicesInterface $rememberMeServices

PropelTypeGuesser

class PropelTypeGuesser implements FormTypeGuesserInterface Propel Type guesser. Methods TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length ValueGuess|null guessPattern(string $class, stri

ChoiceQuestion::setPrompt()

ChoiceQuestion setPrompt(string $prompt) Sets the prompt for choices. Parameters string $prompt Return Value ChoiceQuestion The current instance

ResolvedFormType::createView()

FormView createView(FormInterface $form, FormView $parent = null) Creates a new form view for a form of this type. Parameters FormInterface $form The form to create a view for FormView $parent The parent view or null Return Value FormView The created form view

OutputInterface::getFormatter()

OutputFormatterInterface getFormatter() Returns current output formatter instance. Return Value OutputFormatterInterface

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Exception class thrown when an error occurs during parsing.

DayTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

UserPasswordEncoderInterface::isPasswordValid()

bool isPasswordValid(UserInterface $user, string $raw) Parameters UserInterface $user The user string $raw A raw password Return Value bool true if the password is valid, false otherwise