ExtensionInterface

interface ExtensionInterface XPath expression translator extension interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods callable[] getNodeTranslators() Returns node translators. callable[] getCombinationTranslators() Returns combination translators. callable[] getFunctionTranslators() Returns function translators. callable[] getPseudoClassTranslators() Returns pseudo-class

XmlReferenceDumper::dump()

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

Client::getProfile()

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

Expression::getRequiredOptions()

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

FormFactoryBuilder::addType()

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

Response::isNotFound()

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

StubbingContextInterface::getFilesystem()

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

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.

CodeHelper::abbrClass()

abbrClass($class) Parameters $class

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