芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/HTML/QuickForm2/MessageProvider.php
* @author Bertrand Mansion
* @copyright 2006-2019 Alexey Borzov
, Bertrand Mansion
* @license https://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License * @link https://pear.php.net/package/HTML_QuickForm2 */ /** * Interface for classes that supply (translated) messages for the elements * * @category HTML * @package HTML_QuickForm2 * @author Alexey Borzov
* @author Bertrand Mansion
* @license https://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License * @version Release: 2.1.0 * @link https://pear.php.net/package/HTML_QuickForm2 */ interface HTML_QuickForm2_MessageProvider { /** * Returns the message(s) for the given ID and language * * @param array $messageId Message ID * @param string $langId Language, will use the default if not given * * @return array|string|null */ public function get(array $messageId, $langId = null); } ?>