DOMCaster::castLength()

static castLength($dom, array $a, Stub $stub, $isNested) Parameters $dom array $a Stub $stub $isNested

Traverse

class Traverse 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. Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $traverse Methods static string getErrorName(

FormTypeValidatorExtension::getExtendedType()

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

ExecutionContextInterface deprecated::validateValue()

validateValue(mixed $value, Constraint|Constraint[] $constraints, string $subPath = '', null|string|string[] $groups = null) deprecated deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface::getValidator()} instead. Validates a value against a constraint. Use the parameter $subPath to adapt the property path for the validated value. For example, take the following object graph: (Person)---($address: Address)---($street: string)

Client::followRedirect()

Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect

MessageCatalogue::setMetadata()

setMetadata(string $key, mixed $value, string $domain = 'messages') Adds metadata to a message domain. Parameters string $key The key mixed $value The value string $domain The domain name

PhpBridgeSessionStorage::start()

bool start() Starts the session. Return Value bool True if started. Exceptions RuntimeException If something goes wrong starting the session.

ResolvedTypeDataCollectorProxy

class ResolvedTypeDataCollectorProxy implements ResolvedFormTypeInterface Proxy that invokes a data collector when creating a form and its view. Methods __construct(ResolvedFormTypeInterface $proxiedType, FormDataCollectorInterface $dataCollector) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormType

ButtonBuilder::getRequired()

bool getRequired() Unsupported method. Return Value bool Whether the form is required

Process::getErrorOutput()

string getErrorOutput() Returns the current error output of the process (STDERR). Return Value string The process error output Exceptions LogicException in case the output has been disabled LogicException In case the process is not started