Component\Form\Extension\DataCollector\Proxy

Classes ResolvedTypeDataCollectorProxy Proxy that invokes a data collector when creating a form and its view. ResolvedTypeFactoryDataCollectorProxy Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} instances.

Finder::sortByAccessedTime()

Finder|SplFileInfo[] sortByAccessedTime() Sorts files and directories by the last accessed time. This is the time that the file was last accessed, read or written to. This can be slow as all the matching files and directories must be retrieved for comparison. Return Value Finder|SplFileInfo[] The current Finder instance See also SortableIterator

Section::open()

Section open(string|null $id) Creates or re-opens a child section. Parameters string|null $id null to create a new section, the identifier to re-open an existing one Return Value Section A child section

Hour2401Transformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

LazyChoiceList::getValues()

string[] getValues() Returns the values for the choices. The values are strings that do not contain duplicates. Return Value string[] The choice values

SecondTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

DigestData::isNonceExpired()

isNonceExpired()

Finder::sortByModifiedTime()

Finder|SplFileInfo[] sortByModifiedTime() Sorts files and directories by the last modified time. This is the last time the actual contents of the file were last modified. This can be slow as all the matching files and directories must be retrieved for comparison. Return Value Finder|SplFileInfo[] The current Finder instance See also SortableIterator

FilecontentFilterIterator

class FilecontentFilterIterator extends MultiplePcreFilterIterator FilecontentFilterIterator filters files by their contents using patterns (regexps or strings). 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 i

SizeRangeFilterIterator

class SizeRangeFilterIterator extends FilterIterator SizeRangeFilterIterator filters out files that are not in the given size range. 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 $comparators) Constructor. bool accept() Filters the iterator values. Details rewind() This is