CacheInterface::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache. Parameters ClassMetadata $metadata A Class Metadata

DataCollectorTranslator::setLocale()

setLocale(string $locale) Sets the current locale. Parameters string $locale The locale Exceptions InvalidArgumentException If the locale contains invalid characters

HttpBasicLdapFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

MergeBuilder

class MergeBuilder This class builds merge conditions. Properties $allowFalse $allowOverwrite Methods __construct(NodeDefinition $node) Constructor. MergeBuilder allowUnset(bool $allow = true) Sets whether the node can be unset. MergeBuilder denyOverwrite(bool $deny = true) Sets whether the node can be overwritten. NodeDefinition end() Returns the related node. Details __construct(NodeDefinition $node) Constructor. P

Kernel::getEnvironment()

string getEnvironment() Gets the environment. Return Value string The current environment

Application::has()

bool has(string $name) Returns true if the command exists, false otherwise. Parameters string $name The command name or alias Return Value bool true if the command exists, false otherwise

InMemoryFactory::create()

create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config

DefinitionDecorator::setLazy()

Definition setLazy($boolean) Sets the lazy flag of this service. Parameters $boolean Return Value Definition The current instance

Process::isTty()

bool isTty() Checks if the TTY mode is enabled. Return Value bool true if the TTY mode is enabled, false otherwise

Route::getHost()

string getHost() Returns the pattern for the host. Return Value string The host pattern