OrderedHashMap::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

Process::getErrorOutput()

string getErrorOutput() Returns the current error output of the process (STDERR). Return Value string The process error output Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

ResolvedTypeDataCollectorProxy

class ResolvedTypeDataCollectorProxy implements ResolvedFormTypeInterface Proxy that invokes a data collector when creating a form and its view. Methods __construct(ResolvedFormTypeInterface $proxiedType, FormDataCollectorInterface $dataCollector) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormType

ButtonBuilder::getRequired()

bool getRequired() Unsupported method. Return Value bool Whether the form is required

PhpBridgeSessionStorage::start()

bool start() Starts the session. Return Value bool True if started. Exceptions RuntimeException If something goes wrong starting the session.

MessageCatalogue::setMetadata()

setMetadata(string $key, mixed $value, string $domain = 'messages') Adds metadata to a message domain. Parameters string $key The key mixed $value The value string $domain The domain name

Client::followRedirect()

Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect

PropertyAccessor::handleError()

static handleError($type, $message, $file, $line, $context) Parameters $type $message $file $line $context

PropertyMetadataContainerInterface deprecated

interface PropertyMetadataContainerInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Mapping\ClassMetadataInterface} instead. A container for {@link PropertyMetadataInterface} instances. Methods bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given named property. PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. Details

AbstractAdapter deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance