UrlGenerator::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

LdapClient deprecated

class LdapClient implements LdapClientInterface deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead. Methods __construct($host = null, $port = 389, $version = 3, $useSsl = false, $useStartTls = false, $optReferrals = false, LdapInterface $ldap = null) bind(string $dn = null, string $password = null) Return a connection bound to the ldap. QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap

Component\Yaml\Exception

Classes DumpException Exception class thrown when an error occurs during dumping. ParseException Exception class thrown when an error occurs during parsing. RuntimeException Exception class thrown when an error occurs during parsing. Interfaces ExceptionInterface Exception interface for all exceptions thrown by the component.

ArrayInput

class ArrayInput extends Input ArrayInput represents an input provided as an array. Usage: $input = new ArrayInput(array('name' => 'foo', '--bar' => 'foobar')); Methods __construct(array $parameters, InputDefinition $definition = null) Constructor. bind(InputDefinition $definition) Binds the current Input instance with the given arguments and options. from Input validate() Validates the input. from Input bool isInteractive() Is this input means interactive? from Inpu

SymfonyStyle::write()

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline $type

SimplePreAuthenticationFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

RouterCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

TemplateManager::getName()

mixed getName(Profile $profile, string $panel) Gets the template name for a given panel. Parameters Profile $profile string $panel Return Value mixed Exceptions NotFoundHttpException

TokenStream::getPeek()

Token getPeek() Returns peeked token. Return Value Token

Guess

class Guess Base class for guesses made by TypeGuesserInterface implementation. Each instance contains a confidence value about the correctness of the guess. Thus an instance with confidence HIGHCONFIDENCE is more likely to be correct than an instance with confidence LOWCONFIDENCE. Constants VERY_HIGH_CONFIDENCE Marks an instance with a value that is extremely likely to be correct. HIGH_CONFIDENCE Marks an instance with a value that is very likely to be correct. MEDIUM_CONFIDENCE Mar