DOMCaster::castEntity()

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

FileProfilerStorage::purge()

purge() Purges all data from the database.

Caster::castObject()

static array castObject(object $obj, ReflectionClass $reflector) Casts objects to arrays and adds the dynamic property prefix. Parameters object $obj The object to cast ReflectionClass $reflector The class reflector to use for inspecting the object definition Return Value array The array-cast of the object, with prefixed dynamic properties

ValidatorInterface::validate()

ConstraintViolationListInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null $groups = null) Validates a value against a constraint or a list of constraints. If no constraint is passed, the constraint {@link \Symfony\Component\Validator\Constraints\Valid} is assumed. Parameters mixed $value The value to validate Constraint|Constraint[] $constraints The constraint(s) to validate against array|null $groups The validation groups to validate. If

BundleInterface::getNamespace()

string getNamespace() Gets the Bundle namespace. Return Value string The Bundle namespace

CookieJar::clear()

clear() Removes all the cookies from the jar.

StubbingContext::getStubDir()

string getStubDir() Returns the directory where the stub resource bundles are stored. Return Value string An absolute path to a directory.

LdapClient deprecated::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

ContextInterface::getBasePath()

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

VariableNode::getDefaultValue()

mixed getDefaultValue() Returns the default value of the node. Return Value mixed The default value Exceptions RuntimeException if the node has no default value