PathFilterIterator

class PathFilterIterator extends MultiplePcreFilterIterator PathFilterIterator filters files by path patterns (e.g. some/special/dir). 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(Iterator $iterator, array $matchPatterns, array $noMatchPatterns) Constructor. from MultiplePcreFilterIterator bool accept() Filters the iterator values. Details

PropertyPathMapper

class PropertyPathMapper implements DataMapperInterface Maps arrays/objects to/from forms using property paths. Methods __construct(PropertyAccessorInterface $propertyAccessor = null) Creates a new property path mapper. mapDataToForms(mixed $data, FormInterface[] $forms) Maps properties of some data to a list of forms. mapFormsToData(FormInterface[] $forms, mixed $data) Maps the data of a list of forms into the properties of some data. Details _

Bundle\WebProfilerBundle\DependencyInjection

Classes Configuration This class contains the configuration information for the bundle WebProfilerExtension WebProfilerExtension.

StructuredBundleReaderInterface

interface StructuredBundleReaderInterface implements BundleReaderInterface Reads individual entries of a resource file. Methods mixed read(string $path, string $locale) Reads a resource bundle. from BundleReaderInterface string[] getLocales(string $path) Reads the available locales of a resource bundle. from BundleReaderInterface mixed readEntry(string $path, string $locale, array $indices, Boolean $fallback = true) Reads an entry from a resource bundle. Details

QuestionHelper::getInputStream()

resource getInputStream() Returns the helper's input stream. Return Value resource

HttpExceptionInterface

interface HttpExceptionInterface Interface for HTTP error exceptions. Methods int getStatusCode() Returns the status code. array getHeaders() Returns response headers. Details int getStatusCode() Returns the status code. Return Value int An HTTP response status code array getHeaders() Returns response headers. Return Value array Response headers

DefinitionDecorator::getArgument()

mixed getArgument(int $index) Gets an argument to pass to the service constructor/factory method. If replaceArgument() has been used to replace an argument, this method will return the replacement value. Parameters int $index Return Value mixed The argument value Exceptions OutOfBoundsException When the argument does not exist

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

RangeValidator

class RangeValidator extends ConstraintValidator 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 value is valid. Details initial

PropertyInfoCacheExtractor::getShortDescription()

string|null getShortDescription(string $class, string $property, array $context = array()) Gets the short description of the property. Parameters string $class string $property array $context Return Value string|null