Descriptor

class Descriptor implements DescriptorInterface Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

Descriptor

class Descriptor implements DescriptorInterface Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

DepthRangeFilterIterator

class DepthRangeFilterIterator extends FilterIterator DepthRangeFilterIterator limits the directory depth. Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(RecursiveIteratorIterator $iterator, int $minDepth, int $maxDepth = PHP_INT_MAX) Constructor. bool accept() Filters the iterator values. Details rewind()

DeprecationErrorHandler deprecated::preBind()

static preBind($listener, FormEvent $event) Parameters $listener FormEvent $event

DeprecationErrorHandler deprecated::handleBC()

static handleBC($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context

DeprecationErrorHandler deprecated::handle()

static handle($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context

DeprecationErrorHandler deprecated

class DeprecationErrorHandler deprecated since version 2.3, to be removed in 3.0. Methods static handle($errorNumber, $message, $file, $line, $context) static handleBC($errorNumber, $message, $file, $line, $context) static preBind($listener, FormEvent $event) Details static handle($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context static ha

DeprecationErrorHandler

class DeprecationErrorHandler Catch deprecation notices and print a summary report at the end of the test suite. Constants MODE_WEAK MODE_DISABLED Methods static register(int|string|false $mode) Registers and configures the deprecation handler. Details static register(int|string|false $mode) Registers and configures the deprecation handler. The following reporting modes are supported: - use "weak" to hide the deprecation report but ke

DependencyInjectionExtension::hasTypeExtensions()

bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. Parameters string $name The name of the type Return Value bool Whether the given type has extensions

DependencyInjectionExtension::hasType()

bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension