DriverNotFoundException

class DriverNotFoundException extends RuntimeException implements ExceptionInterface LdapException is throw if php ldap module is not loaded.

X509Factory::create()

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

ExecutionContext deprecated::getGroup()

string getGroup() Returns the validation group that is currently being validated. Return Value string The current validation group.

NumberFormatter::getErrorCode()

int getErrorCode() Returns formatter's last error code. Always returns the UZEROERROR class constant value. Return Value int The error code from last formatter call See also http://www.php.net/manual/en/numberformatter.geterrorcode.php

ExecutionContextInterface deprecated

interface ExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface} instead. Stores the validator's state during validation. For example, let's validate the following object graph: (Person)---($firstName: string) \ ($address: Address)---($street: string) We validate the Person instance, which becomes the "root" of the validation run (see {@link getRoot}). The state of the context after the first step will be like

AnnotationLoader

class AnnotationLoader implements LoaderInterface Annotation loader. Methods __construct(Reader $reader) bool loadClassMetadata(ClassMetadataInterface $classMetadata) Load class metadata. Details __construct(Reader $reader) Parameters Reader $reader bool loadClassMetadata(ClassMetadataInterface $classMetadata) Load class metadata. Parameters ClassMetadataInterface $classMetadata A metadata Ret

ConfigDataCollector::hasEAccelerator()

bool hasEAccelerator() Returns true if EAccelerator is enabled. Return Value bool true if EAccelerator is enabled, false otherwise

ButtonBuilder::getAttributes()

array getAttributes() Returns additional attributes of the button. Return Value array An array of key-value combinations

EventDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

RecursiveDirectoryIterator::isRewindable()

bool isRewindable() Checks if the stream is rewindable. Return Value bool true when the stream is rewindable, false otherwise