MemoryDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

Client

class Client extends Client Client simulates a browser and makes requests to a Kernel object. Methods __construct(HttpKernelInterface $kernel, array $server = array(), History $history = null, CookieJar $cookieJar = null) Constructor. followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. from Client bool isFollowingRedirects() Returns whether client automatically follows redirects or not. from Client setMaxRedirects(int $maxRedir

ClassMetadata::getPropertyMetadata()

PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. If your implementation does not support properties, simply throw an exception in this method (for example a BadMethodCallException). Parameters string $property The property name Return Value PropertyMetadataInterface[] A list of metadata instances. Empty if no metadata exists for the property.

TraceableEventDispatcher::getNotCalledListeners()

array getNotCalledListeners() Gets the not called listeners. Return Value array An array of not called listeners

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface InvalidArgumentException.

ButtonBuilder::setAttributes()

FormConfigBuilderInterface setAttributes(array $attributes) Sets the attributes. Parameters array $attributes The attributes Return Value FormConfigBuilderInterface The configuration object

Crawler::form()

Form form(array $values = null, string $method = null) Returns a Form object for the first node in the list. Parameters array $values An array of values for the form fields string $method The method for the form Return Value Form A Form instance Exceptions InvalidArgumentException If the current node list is empty or the selected node is not instance of DOMElement

ExpressionExtension::getName()

string getName() Returns the name of the extension. Return Value string The extension name

EqualTo

class EqualTo extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_EQUAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $value from

IntlGlobals::getErrorCode()

static int getErrorCode() Returns the error code of the last operation. Returns IntlGlobals::UZEROERROR if no error occurred. Return Value int