DumperInterface::isProxyCandidate()

bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. Parameters Definition $definition Return Value bool

DayTransformer deprecated

class DayTransformer extends DayTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from DayTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matching regular ex

OutputInterface

interface OutputInterface OutputInterface is the interface implemented by all Output classes. Constants VERBOSITY_QUIET VERBOSITY_NORMAL VERBOSITY_VERBOSE VERBOSITY_VERY_VERBOSE VERBOSITY_DEBUG OUTPUT_NORMAL OUTPUT_RAW OUTPUT_PLAIN Methods write(string|array $messages, bool $newline = false, int $options) Writes a message to the output. writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at the end. s

RecursiveContextualValidator::validatePropertyValue()

ContextualValidatorInterface validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|null $groups = null) Validates a value against the constraints specified for an object's property. Parameters object|string $objectOrClass The object or its class name string $propertyName The name of the property mixed $value The value to validate against the property's constraints array|null $groups The validation groups to validate. If none is given, "D

PropertyPathIteratorInterface::isProperty()

bool isProperty() Returns whether the current element in the property path is a property name. Return Value bool

Extension

class Extension extends Extension Allow adding classes to the class cache. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. from Extension string getNamespace() Returns the namespace to be used for this extension (XML namespace). from Extension string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration f

IntlDateFormatter

class IntlDateFormatter Replacement for PHP's native {@link \IntlDateFormatter} class. The only methods currently supported in this class are: {@link __construct} {@link create} {@link format} {@link getCalendar} {@link getDateType} {@link getErrorCode} {@link getErrorMessage} {@link getLocale} {@link getPattern} {@link getTimeType} {@link getTimeZoneId} {@link isLenient} {@link parse} {@link setLenient} {@link setPattern} {@link setTimeZoneId} {@link setTimeZone} Constants NONE FULL

IntlTestHelper::require32Bit()

static require32Bit(PHPUnit_Framework_TestCase $testCase) Skips the test unless the current system has a 32bit architecture. Parameters PHPUnit_Framework_TestCase $testCase

LessThanValidator

class LessThanValidator extends AbstractComparisonValidator Validates values are less than the previous (<). Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed

Component\Asset\Context

Classes NullContext A context that does nothing. RequestStackContext Uses a RequestStack to populate the context. Interfaces ContextInterface Holds information about the current request.