Intl::getDataDirectory()

static string getDataDirectory() Returns the absolute path to the data directory. Return Value string The absolute path to the data directory

Intl::getCurrencyBundle()

static CurrencyBundleInterface getCurrencyBundle() Returns the bundle containing currency information. Return Value CurrencyBundleInterface The currency resource bundle

Intl

class Intl Gives access to internationalization data. Constants BUFFER_SIZE The number of resource bundles to buffer. Loading the same resource bundle for n locales takes up n spots in the buffer. CURRENCY_DIR The directory name of the currency data. LANGUAGE_DIR The directory name of the language data. SCRIPT_DIR The directory name of the script data. LOCALE_DIR The directory name of the locale data. REGION_DIR The directory name of the region data. Methods static bool

Interval::test()

static bool test(int $number, string $interval) Tests if the given number is in the math interval. Parameters int $number A number string $interval An interval Return Value bool Exceptions InvalidArgumentException

Interval::getIntervalRegexp()

static string getIntervalRegexp() Returns a Regexp that matches valid intervals. Return Value string A Regexp (without the delimiters)

Interval

class Interval Tests if a given number belongs to a given math interval. An interval can represent a finite set of numbers: {1,2,3,4} An interval can represent numbers between two numbers: [1, +Inf] ]-1,2[ The left delimiter can be [ (inclusive) or ] (exclusive). The right delimiter can be [ (exclusive) or ] (inclusive). Beside numbers, you can use -Inf and +Inf for the infinite. Methods static bool test(int $number, string $interval) Tests if the given number is in the math interval.

InternalErrorException

class InternalErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

InteractiveLoginEvent::getRequest()

Request getRequest() Gets the request. Return Value Request A Request instance

InteractiveLoginEvent::getAuthenticationToken()

TokenInterface getAuthenticationToken() Gets the authentication token. Return Value TokenInterface A TokenInterface instance

InteractiveLoginEvent

class InteractiveLoginEvent extends Event InteractiveLoginEvent. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispatcher() deprecated Returns the EventDispatcher that d