dvadf
File manager - Edit - /home/centroca/public_html/Consumer.php.tar
Back
public_html/wp/wp-content/plugins/ultimate-social-media-icons/helpers/twitteroauth/src/Consumer.php 0000644 00000001264 15253027032 0032506 0 ustar 00 home/centroca <?php /** * The MIT License * Copyright (c) 2007 Andy Smith */ namespace Abraham\TwitterOAuth; class Consumer { /** @var string */ public $key; /** @var string */ public $secret; /** @var string|null */ public $callbackUrl; /** * @param string $key * @param string $secret * @param null $callbackUrl */ public function __construct($key, $secret, $callbackUrl = null) { $this->key = $key; $this->secret = $secret; $this->callbackUrl = $callbackUrl; } /** * @return string */ public function __toString() { return "Consumer[key=$this->key,secret=$this->secret]"; } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings