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

ArrayKeyChoiceList deprecated

class ArrayKeyChoiceList extends ArrayChoiceList deprecated since version 2.8, to be removed in 3.0. Use ArrayChoiceList instead. A list of choices that can be stored in the keys of a PHP array. PHP arrays accept only strings and integers as array keys. Other scalar types are cast to integers and strings according to the description of {@link toArrayKey()}. This implementation applies the same casting rules for the choices passed to the constructor and to {@link getValuesForChoices()}. B

ProgressBar

class ProgressBar The ProgressBar provides helpers to display progress output. Methods __construct(OutputInterface $output, int $max) Constructor. static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. static callable|null getPlaceholderFormatterDefinition(string $name) Gets the placeholder formatter for a given name. static setFormatDefinition(string $name, string $format) Sets a format for a given name.

Crawler::parents()

Crawler parents() Returns the parents nodes of the current selection. Return Value Crawler A Crawler instance with the parents nodes of the current selection Exceptions InvalidArgumentException When current node is empty

KernelInterface::boot()

boot() Boots the current kernel.

EntryInterface::getStrategy()

string getStrategy() The strategy for comparing masks Return Value string

SwiftMailerHandler::setTransport()

setTransport(Swift_Transport $transport) Parameters Swift_Transport $transport