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

InteractiveLoginEvent::getAuthenticationToken()

TokenInterface getAuthenticationToken() Gets the authentication token. Return Value TokenInterface A TokenInterface instance

TraceableArgumentResolver

class TraceableArgumentResolver implements ArgumentResolverInterface Methods __construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) array getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. Details __construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) Parameters ArgumentResolverInterface $resolver Stopwatch $stopwatch array ge