[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Exception/ -> Translation.php (summary)

(no description)

File Size: 50 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Exception_Translation:: (2 methods):
  t()
  ngettext()


Class: Horde_Exception_Translation  - X-Ref

Horde_Exception_Translation is the translation wrapper class for Horde_Exception.

t($message)   X-Ref
Returns the translation of a message.

return: string  The string translation, or the original string if no

ngettext($singular, $plural, $number)   X-Ref
Returns the plural translation of a message.

param: string $singular  The singular version to translate.
param: string $plural    The plural version to translate.
param: integer $number   The number that determines singular vs. plural.
return: string  The string translation, or the original string if no



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1