ContainerBuilder::getDefinition()

Definition getDefinition(string $id) Gets a service definition. Parameters string $id The service identifier Return Value Definition A Definition instance Exceptions ServiceNotFoundException if the service definition does not exist

Data::withRefHandles()

Data withRefHandles(bool $useRefHandles) Enables/disables objects' identifiers tracking. Parameters bool $useRefHandles False to hide global ref. handles Return Value Data A clone of $this

CodeHelper::abbrClass()

abbrClass($class) Parameters $class

Question::setMaxAttempts()

Question setMaxAttempts(null|int $attempts) Sets the maximum number of attempts. Null means an unlimited number of attempts. Parameters null|int $attempts Return Value Question The current instance Exceptions InvalidArgumentException In case the number of attempts is invalid.

StubbingContextInterface::getFilesystem()

Filesystem getFilesystem() Returns a tool for manipulating the filesystem. Return Value Filesystem The filesystem manipulator.

Response::isNotFound()

bool isNotFound() Is the response a not found error? Return Value bool

FormFactoryBuilder::addType()

FormFactoryBuilderInterface addType(FormTypeInterface $type) Adds a form type to the factory. Parameters FormTypeInterface $type The form type. Return Value FormFactoryBuilderInterface The builder.

Expression::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array

Client::getProfile()

Profile getProfile() Gets the profile associated with the current Response. Return Value Profile A Profile instance

XmlReferenceDumper::dump()

dump(ConfigurationInterface $configuration, $namespace = null) Parameters ConfigurationInterface $configuration $namespace