Output::setVerbosity()

setVerbosity(int $level) Sets the verbosity of the output. Parameters int $level The level of verbosity (one of the VERBOSITY constants)

ExprBuilder::end()

NodeDefinition end() Returns the related node. Return Value NodeDefinition Exceptions RuntimeException

Client

class Client extends Client Client simulates a browser and makes requests to a Kernel object. Methods __construct(HttpKernelInterface $kernel, array $server = array(), History $history = null, CookieJar $cookieJar = null) Constructor. followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. from Client bool isFollowingRedirects() Returns whether client automatically follows redirects or not. from Client setMaxRedirects(int $maxRedir

ClassMetadata::getReflectionClass()

ReflectionClass getReflectionClass() Returns a ReflectionClass instance for this class. Return Value ReflectionClass

ChainEncoder::needsNormalization()

bool needsNormalization(string $format) Checks whether the normalization is needed for the given format. Parameters string $format Return Value bool

DumperPrefixCollection::mergeSlashNodes()

mergeSlashNodes() Merges nodes whose prefix ends with a slash. Children of a node whose prefix ends with a slash are moved to the parent node

EventDispatcher::removeSubscriber()

removeSubscriber(EventSubscriberInterface $subscriber) Removes an event subscriber. Parameters EventSubscriberInterface $subscriber The subscriber

EventDispatcher::addSubscriber()

addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber

ExtensionInterface::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

Bundle::boot()

boot() Boots the Bundle.