Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_jchat/Framework/OAuth/Common/Consumer/Credentials.php
Ðазад
<?php // namespace administrator\components\com_jchat\framework; /** * * @package JCHAT::CONFIG::administrator::components::com_jchat * @subpackage framework * @author Joomla! Extensions Store * @copyright (C) 2015 - Joomla! Extensions Store * @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html */ namespace OAuth\Common\Consumer; defined ( '_JEXEC' ) or die ( 'Restricted access' ); /** * Value object for the credentials of an OAuth service. */ class Credentials implements CredentialsInterface { /** * @var string */ protected $consumerId; /** * @var string */ protected $consumerSecret; /** * @var string */ protected $callbackUrl; /** * @param string $consumerId * @param string $consumerSecret * @param string $callbackUrl */ public function __construct($consumerId, $consumerSecret, $callbackUrl) { $this->consumerId = $consumerId; $this->consumerSecret = $consumerSecret; $this->callbackUrl = $callbackUrl; } /** * @return string */ public function getCallbackUrl() { return $this->callbackUrl; } /** * @return string */ public function getConsumerId() { return $this->consumerId; } /** * @return string */ public function getConsumerSecret() { return $this->consumerSecret; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка