Bundle\DebugBundle

Namespaces Symfony\Bundle\DebugBundle\DependencyInjection Classes DebugBundle

AbstractAdapter deprecated::setNotContains()

AdapterInterface setNotContains(array $notContains) Parameters array $notContains Return Value AdapterInterface Current instance

ChoiceFormField::tick()

tick() Ticks a checkbox. Exceptions LogicException When the type provided is not correct

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.

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

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

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