MemoryDataCollector

class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface MemoryDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct() collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. lateCollect() Collects data as late as possible. int getMemory() Gets the memory. int getMemoryLimit() Gets the PHP memory limit. upd

Expression::create()

static Expression create(string $expr) Parameters string $expr Return Value Expression

SetAclCommand

class SetAclCommand extends ContainerAwareCommand Sets ACL for objects. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application getApplication

Component\Form\Extension\Csrf\CsrfProvider

Classes DefaultCsrfProvider Default implementation of CsrfProviderInterface. SessionCsrfProvider This provider uses a Symfony2 Session object to retrieve the user's session ID. Interfaces CsrfProviderInterface Marks classes able to provide CSRF protection

Process::hasBeenSignaled()

bool hasBeenSignaled() Returns true if the child process has been terminated by an uncaught signal. It always returns false on Windows. Return Value bool Exceptions RuntimeException In case --enable-sigchild is activated LogicException In case the process is not terminated

Command deprecated::cmd()

Command cmd(string $esc) Appends escaped special command chars. Parameters string $esc Return Value Command The current Command instance

Glob::isExpandable()

bool isExpandable() Tests if glob is expandable ("*.{a,b}" syntax). Return Value bool

Locale deprecated::getIcuDataDirectory()

static string getIcuDataDirectory() Returns the directory path of the ICU data that ships with Symfony. Return Value string The path to the ICU data directory

MultiplePcreFilterIterator

class MultiplePcreFilterIterator extends FilterIterator MultiplePcreFilterIterator filters files using patterns (regexps, globs 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. Details rewind() This is a workaround f

FilenameFilterIterator

class FilenameFilterIterator extends MultiplePcreFilterIterator FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string). 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.