InputDefinition::hasShortcut()

bool hasShortcut(string $name) Returns true if an InputOption object exists by shortcut. Parameters string $name The InputOption shortcut Return Value bool true if the InputOption object exists, false otherwise

KernelInterface::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory

TemplateCacheWarmer

class TemplateCacheWarmer implements CacheWarmerInterface Generates the Twig cache for all templates. Methods __construct(Twig_Environment $twig, Traversable $iterator) warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details __construct(Twig_Environment $twig, Traversable $iterator) Parameters Twig_Environment $twig Traversable $iterator w

Client::reload()

Crawler reload() Reloads the current browser. Return Value Crawler

DateTimeNormalizer::normalize()

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|string|bool|int|float|null

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

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

RouteCollection::setCondition()

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

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

WrappedListener::stoppedPropagation()

stoppedPropagation()