Finder::ignoreVCS()

Finder|SplFileInfo[] ignoreVCS(bool $ignoreVCS) Forces the finder to ignore version control directories. Parameters bool $ignoreVCS Whether to exclude VCS files or not Return Value Finder|SplFileInfo[] The current Finder instance See also ExcludeDirectoryFilterIterator

BundleInterface::shutdown()

shutdown() Shutdowns the Bundle.

ServiceNotFoundException

class ServiceNotFoundException extends InvalidArgumentException This exception is thrown when a non-existent service is requested. Methods __construct($id, $sourceId = null, Exception $previous = null, array $alternatives = array()) getId() getSourceId() Details __construct($id, $sourceId = null, Exception $previous = null, array $alternatives = array()) Parameters $id $sourceId Exception $previous array $alternatives

Table::setStyle()

Table setStyle(TableStyle|string $name) Sets table style. Parameters TableStyle|string $name The style name or a TableStyle instance Return Value Table

Container::initialized()

bool initialized(string $id) Returns true if the given service has actually been initialized. Parameters string $id Return Value bool true if the service has been initialized, false otherwise

Finder::contains()

Finder|SplFileInfo[] contains(string $pattern) Adds tests that file contents must match. Strings or PCRE patterns can be used: $finder->contains('Lorem ipsum') $finder->contains('/Lorem ipsum/i') Parameters string $pattern A pattern (string or regexp) Return Value Finder|SplFileInfo[] The current Finder instance See also FilecontentFilterIterator

TwigDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

Finder::files()

Finder|SplFileInfo[] files() Restricts the matching to files only. Return Value Finder|SplFileInfo[] The current Finder instance

Response::getCharset()

string getCharset() Retrieves the response charset. Return Value string Character set

AutoExpireFlashBag::add()

add(string $type, string $message) Adds a flash message for type. Parameters string $type string $message