Response::getCharset()

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

Finder::files()

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

TwigDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

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

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

Table::setStyle()

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

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

BundleInterface::shutdown()

shutdown() Shutdowns the Bundle.

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

PipesInterface::haveReadSupport()

bool haveReadSupport() Returns if pipes are able to read output. Return Value bool