Response::getMaxAge()

int|null getMaxAge() Returns the number of seconds after the time specified in the response's Date header when the response should no longer be considered fresh. First, it checks for a s-maxage directive, then a max-age directive, and then it falls back on an expires header. It returns null when no maximum age can be established. Return Value int|null Number of seconds

ActionsHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

ConsoleOutput::getErrorOutput()

OutputInterface getErrorOutput() Gets the OutputInterface for errors. Return Value OutputInterface

EntityType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

MessageDataCollector deprecated::getName()

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

Bridge\PhpUnit\TextUI

Classes Command {@inheritdoc} TestRunner {@inheritdoc}

ParameterBag::filter()

mixed filter(string $key, mixed $default = null, int $filter = FILTER_DEFAULT, mixed $options = array()) Filter key. Parameters string $key Key mixed $default Default = null int $filter FILTER_* constant mixed $options Filter options Return Value mixed See also http://php.net/manual/en/function.filter-var.php

LdapFactory

class LdapFactory implements UserProviderFactoryInterface LdapFactory creates services for Ldap user provider. Methods create(ContainerBuilder $container, $id, $config) getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config) Parameters ContainerBuilder $container $id $config getKey() addConfiguration(Node

Crawler::attr()

string|null attr(string $attribute) Returns the attribute value of the first node of the list. Parameters string $attribute The attribute name Return Value string|null The attribute value or null if the attribute does not exist Exceptions InvalidArgumentException When current node is empty

TokenStream::getUsed()

Token[] getUsed() Returns used tokens. Return Value Token[]