DOMCaster::castDocument()

static castDocument(DOMDocument $dom, array $a, Stub $stub, $isNested, $filter) Parameters DOMDocument $dom array $a Stub $stub $isNested $filter

NumberToLocalizedStringTransformer::reverseTransform()

mixed reverseTransform(mixed $value) Transforms a localized number into an integer or float. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not a string or if the value can not be transformed.

ConstraintViolation::getPlural()

int|null getPlural() Returns a number for pluralizing the violation message. For example, the message template could have different translation based on a parameter "choices": Please select exactly one entry. (choices=1) Please select two entries. (choices=2) This method returns the value of the parameter for choosing the right pluralization form (in this case "choices"). Return Value int|null The number to use to pluralize of the message

DataCollectorTypeExtension::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended

TableStyle::setBorderFormat()

TableStyle setBorderFormat(string $borderFormat) Sets table border format. Parameters string $borderFormat Return Value TableStyle

HttpFoundationRequestHandler

class HttpFoundationRequestHandler implements RequestHandlerInterface A request processor using the {@link Request} class of the HttpFoundation component. Methods __construct(ServerParams $serverParams = null) {@inheritdoc} handleRequest(FormInterface $form, mixed $request = null) Submits a form if it was submitted. Details __construct(ServerParams $serverParams = null) {@inheritdoc} Parameters ServerParams $serverParams

LogicException

class LogicException extends LogicException implements ExceptionInterface

NumberToLocalizedStringTransformer::transform()

mixed transform(mixed $value) Transforms a number type into localized number. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation Exceptions TransformationFailedException If the given value is not numeric or if the value can not be transformed.

ChoiceToBooleanArrayTransformer deprecated::reverseTransform()

mixed reverseTransform(array $values) Transforms a checkbox/radio button array to a single choice. The input value is an array with the choices as keys and true/false as values, depending on whether a given choice is selected. The output is the selected choice. Parameters array $values An array of values Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not an array, if the recuperation of the choices fail

Email

class Email extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_FORMAT_ERROR MX_CHECK_FAILED_ERROR HOST_CHECK_FAILED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belon