ConsoleCommandEvent::enableCommand()

bool enableCommand() Enables the command. Return Value bool

Component\Security\Core\Util

Classes ClassUtils Class related functionality for objects that might or might not be proxy objects at the moment. SecureRandom A secure random number generator implementation. StringUtils String utility functions. Interfaces SecureRandomInterface Interface that needs to be implemented by all secure random number generators.

RecursiveValidator::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

Acl::getParentAcl()

AclInterface|null getParentAcl() Returns the parent ACL, or null if there is none. Return Value AclInterface|null

Scope deprecated::getParentName()

getParentName()

Locale deprecated

class Locale extends Locale deprecated since version 2.3, to be removed in 3.0. Use {@link \Locale} and {@link \Symfony\Component\Intl\Intl} instead. Helper class for dealing with locale strings. Methods static array getDisplayCountries(string $locale) Returns the country names for a locale. static array getCountries() Returns all available country codes. static array getDisplayLanguages(string $locale) Returns the language names for a locale. static array getLanguages

ElementNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

PdoProfilerStorage deprecated

class PdoProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Base PDO storage for profiling information in a PDO database. Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler token

ProcessUtils::validateInput()

static mixed validateInput(string $caller, mixed $input) Validates and normalizes a Process input. Parameters string $caller The name of method call that validates the input mixed $input The input to validate Return Value mixed The validated input Exceptions InvalidArgumentException In case the input is not valid

ReflectionCaster::castClosure()

static castClosure(Closure $c, array $a, Stub $stub, $isNested) Parameters Closure $c array $a Stub $stub $isNested