Component\Intl\Data\Bundle\Reader

Classes BufferedBundleReader BundleEntryReader Default implementation of {@link BundleEntryReaderInterface}. IntlBundleReader Reads binary .res resource bundles. JsonBundleReader Reads .json resource bundles. PhpBundleReader Reads .php resource bundles. Interfaces BundleEntryReaderInterface Reads individual entries of a resource file. BundleReaderInterface Reads resource bundle files.

Profile::setStatusCode()

setStatusCode(int $statusCode) Parameters int $statusCode

ButtonBuilder::getInheritData()

bool getInheritData() Unsupported method. Return Value bool Whether the form should inherit its parent's data

Form::getPhpValues()

array getPhpValues() Gets the field values as PHP. This method converts fields with the array notation (like foo[bar] to arrays) like PHP does. Return Value array An array of field values

IntlDateFormatter::getTimeZone()

mixed getTimeZone() Not supported. Returns the formatter's timezone. Return Value mixed The timezone used by the formatter Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/intldateformatter.gettimezone.php

Request::normalizeQueryString()

static string normalizeQueryString(string $qs) Normalizes a query string. It builds a normalized query string, where keys/value pairs are alphabetized, have consistent escaping and unneeded delimiters are removed. Parameters string $qs Query string Return Value string A normalized query string for the Request

Store::isLocked()

bool isLocked(Request $request) Returns whether or not a lock exists. Parameters Request $request A Request instance Return Value bool true if lock exists, false otherwise

Esi::hasSurrogateCapability()

bool hasSurrogateCapability(Request $request) Checks that at least one surrogate has ESI/1.0 capability. Parameters Request $request A Request instance Return Value bool true if one surrogate has Surrogate capability, false otherwise

Esi::process()

Response process(Request $request, Response $response) Replaces a Response ESI tags with the included resource content. Parameters Request $request A Request instance Response $response A Response instance Return Value Response

ClockMock::usleep()

static usleep($us) Parameters $us