Файловый менеджер - Редактировать - /home/digilove/public_html/plugins/vmcalculation/avalara/classes/CommunicationMode.class.php
Назад
<?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * CommunicationMode.class.php */ /** * CommunicationMode indicates the mode to use for communicating with the customer. * @see InitiateExemptCertRequest * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package AvaCert */ class CommunicationMode { public static $Email = 'Email'; public static $Mail = 'Mail'; public static $Fax = 'Fax'; public static function Values() { return array( CommunicationMode::$Email, CommunicationMode::$Mail, CommunicationMode::$Fax ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 4.69 |
proxy
|
phpinfo
|
Настройка