__dxc

Function __dxc

Allows you to override the current domain for a single message lookup. It also allows you to specify a category.

The category argument allows a specific category of the locale settings to be used for fetching a message. Valid categories are: LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES and LC_ALL.

Note that the category must be specified with a class constant of I18n, instead of the constant name. The values are:

  • LC_ALL I18n::LC_ALL
  • LC_COLLATE I18n::LC_COLLATE
  • LC_CTYPE I18n::LC_CTYPE
  • LC_MONETARY I18n::LC_MONETARY
  • LC_NUMERIC I18n::LC_NUMERIC
  • LC_TIME I18n::LC_TIME
  • LC_MESSAGES I18n::LC_MESSAGES
Package: Cake
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)