SymfonyTestsListener::endTest()

endTest(PHPUnit_Framework_Test $test, $time) Parameters PHPUnit_Framework_Test $test $time

ExcludeDirectoryFilterIterator::getChildren()

getChildren()

RouteCollection::addPrefix()

addPrefix(string $prefix, array $defaults = array(), array $requirements = array()) Adds a prefix to the path of all child routes. Parameters string $prefix An optional prefix to add before each pattern of the route collection array $defaults An array of default values array $requirements An array of requirements

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for Dependency Injection component.

Request::getBaseUrl()

string getBaseUrl() Returns the root URL from which this request is executed. The base URL never ends with a /. This is similar to getBasePath(), except that it also includes the script filename (e.g. index.php) if one exists. Return Value string The raw URL (i.e. not urldecoded)

WebProfilerExtension::getName()

getName() {@inheritdoc}

MessageCatalogueInterface::add()

add(array $messages, string $domain = 'messages') Adds translations for a given domain. Parameters array $messages An array of translations string $domain The domain name

RenderTokenParser deprecated

class RenderTokenParser extends Twig_TokenParser deprecated since version 2.2, to be removed in 3.0. Token Parser for the render tag. Methods Twig_Node parse(Twig_Token $token) Parses a token and returns a node. string getTag() Gets the tag name associated with this token parser. Details Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A \Twig_Token instance Return Value Twig_Node A \

KernelInterface::getRootDir()

string getRootDir() Gets the application root dir. Return Value string The application root dir

Type::getClassName()

string|null getClassName() Gets the class name. Only applicable if the built-in type is object. Return Value string|null