MessageDataCollector deprecated::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

Locale::getDisplayRegion()

static string getDisplayRegion(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale region. Parameters string $locale The locale code to return the display region from string $inLocale Optional format locale code to use to display the region name Return Value string The localized region display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplayregion.php

StructuredBundleReader::getLocales()

string[] getLocales(string $path) Reads the available locales of a resource bundle. Parameters string $path The path to the resource bundle. Return Value string[] A list of supported locale codes.

AbstractType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

RegisterEventListenersAndSubscribersPass

class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface Registers event listeners and subscribers to the available doctrine connections. Methods __construct(string $connections, string $managerTemplate, string $tagPrefix) Constructor. process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(string $connections, string $managerTemplate, string $tagPrefix)

Profiler::find()

array find(string $ip, string $url, string $limit, string $method, string $start, string $end, string $statusCode = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method string $start The start date to search from string $end The end date to search to string $statusCode The request status code Return Value array An array of tokens See also http:/

DefaultAuthenticationFailureHandler::setOptions()

setOptions(array $options) Sets the options. Parameters array $options An array of options

UrlType::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

TimeType::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

Profile::getIp()

string getIp() Returns the IP. Return Value string The IP