Component\Intl\ResourceBundle\Compiler

Classes BundleCompiler Compiles .txt resource bundles to binary .res files. Interfaces BundleCompilerInterface Compiles a resource bundle.

Component\Intl\ResourceBundle\Reader

Classes AbstractBundleReader Base class for {@link BundleReaderInterface} implementations. BinaryBundleReader Reads binary .res resource bundles. BufferedBundleReader PhpBundleReader Reads .php resource bundles. StructuredBundleReader A structured reader wrapping an existing resource bundle reader. Interfaces BundleReaderInterface Reads resource bundle files. StructuredBundleReaderInterface Reads individual entries of a resource file.

Component\Intl\ResourceBundle\Transformer

Namespaces Symfony\Component\Intl\ResourceBundle\Transformer\Rule Classes BundleTransformer Compiles a number of resource bundles based on predefined compilation rules. CompilationContext Default implementation of {@link CompilationContextInterface}. StubbingContext Interfaces CompilationContextInterface Stores contextual information for resource bundle compilation. StubbingContextInterface

Component\Intl\NumberFormatter

Classes NumberFormatter Replacement for PHP's native {@link \NumberFormatter} class.

Component\Intl\Exception

Classes BadMethodCallException Base BadMethodCallException for the Intl component. InvalidArgumentException InvalidArgumentException for the Intl component. MethodArgumentNotImplementedException MethodArgumentValueNotImplementedException MethodNotImplementedException NotImplementedException Base exception class for not implemented behaviors of the intl extension in the Locale component. OutOfBoundsException Base OutOfBoundsException for the Intl component. RuntimeEx

Component\Intl\DateFormatter\DateFormat

Classes AmPmTransformer Parser and formatter for AM/PM markers format DayOfWeekTransformer Parser and formatter for day of week format DayOfYearTransformer Parser and formatter for day of year format DayTransformer Parser and formatter for day format FullTransformer Parser and formatter for date formats Hour1200Transformer Parser and formatter for 12 hour format (0-11) Hour1201Transformer Parser and formatter for 12 hour format (1-12) Hour2400Transformer Parser an

Component\Intl\Globals

Classes IntlGlobals Provides fake static versions of the global functions in the intl extension

Component\Intl\Data\Bundle\Writer

Classes JsonBundleWriter Writes .json resource bundles. PhpBundleWriter Writes .php resource bundles. TextBundleWriter Writes .txt resource bundles. Interfaces BundleWriterInterface Writes resource bundle files.

Component\Intl\DateFormatter

Namespaces Symfony\Component\Intl\DateFormatter\DateFormat Classes IntlDateFormatter Replacement for PHP's native {@link \IntlDateFormatter} class.

Component\Intl\Data\Util

Classes ArrayAccessibleResourceBundle Work-around for a bug in PHP's \ResourceBundle implementation. LocaleScanner Scans a directory with data files for locales. RecursiveArrayAccess RingBuffer Implements a ring buffer.