芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/horde/framework/Horde/Exception/Translation.php
* @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL * @package Exception */ /** * Horde_Exception_Translation is the translation wrapper class for Horde_Exception. * * @author Jan Schneider
* @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL * @package Exception */ class Horde_Exception_Translation extends Horde_Translation_Autodetect { /** * The translation domain * * @var string */ protected static $_domain = 'Horde_Exception'; /** * The absolute PEAR path to the translations for the default gettext handler. * * @var string */ protected static $_pearDirectory = '@data_dir@'; }