1 <?php 2 /** 3 * Copyright 2017 Horde LLC (http://www.horde.org/) 4 * 5 * See the enclosed file LICENSE for license information (BSD). If you 6 * did not receive this file, see http://www.horde.org/licenses/bsd. 7 * 8 * @author Jan Schneider <jan@horde.org> 9 * @category Horde 10 * @license http://www.horde.org/licenses/bsd BSD 11 * @package Idna 12 */ 13 14 /** 15 * Horde_Idna_Translation is the translation wrapper class for 16 * Horde_Idna. 17 * 18 * @author Jan Schneider <jan@horde.org> 19 * @category Horde 20 * @copyright 2017 Horde LLC 21 * @license http://www.horde.org/licenses/bsd BSD 22 * @package Idna 23 * @since Horde_Idna 1.1.0 24 */ 25 class Horde_Idna_Translation extends Horde_Translation_Autodetect 26 { 27 /** 28 * The translation domain 29 * 30 * @var string 31 */ 32 protected static $_domain = 'Horde_Idna'; 33 34 /** 35 * The absolute PEAR path to the translations for the default gettext handler. 36 * 37 * @var string 38 */ 39 protected static $_pearDirectory = '@data_dir@'; 40 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body