WrappedListener::stoppedPropagation()

stoppedPropagation()

Process::getIdleTimeout()

float|null getIdleTimeout() Gets the process idle timeout (max. time since last output). Return Value float|null The timeout in seconds or null if it's disabled

RouteCollection::setCondition()

setCondition(string $condition) Sets a condition on all routes. Existing conditions will be overridden. Parameters string $condition The condition

FileFormField

class FileFormField extends FormField FileFormField represents a file form field (an HTML file input tag). Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the field. bool hasValue() Returns true if the field should be included in the submitted values. from FormField bool isDisabl

Crawler::html()

string html() Returns the first node of the list as HTML. Return Value string The node html Exceptions InvalidArgumentException When current node is empty

GetSetMethodNormalizer

class GetSetMethodNormalizer extends AbstractObjectNormalizer Converts between objects with getter and setter methods and arrays. The normalization process looks at all public methods and calls the ones which have a name starting with get and take no parameters. The result is a map from property names (method name stripped of the get prefix and converted to lower case) to property values. Property values are normalized through the serializer. The denormalization first looks at the constructo

BaseNode::setInfo()

setInfo(string $info) Sets an info message. Parameters string $info

StubbingContext::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.

NullDumper::getProxyCode()

string getProxyCode(Definition $definition) Generates the code for the lazy proxy. Parameters Definition $definition Return Value string

AbstractFormLoginAuthenticator::supportsRememberMe()

bool supportsRememberMe() Does this method support remember me cookies? Remember me cookie will be set if all of the following are met: A) This method returns true B) The rememberme key under your firewall is configured C) The "remember me" functionality is activated. This is usually done by having a _rememberme checkbox in your form, but can be configured by the "alwaysrememberme" and "remembermeparameter" parameters under the "remember_me" firewall key Return Value bool