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

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

Command deprecated::cmd()

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

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

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

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

Expression::create()

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

Glob::prepend()

ValueInterface prepend(string $expr) Parameters string $expr Return Value ValueInterface

RecursiveDirectoryIterator::rewind()

rewind() Do nothing for non rewindable stream.