File manager - Edit - /home/infoilmg/public_html/wp-content/plugins/fs-poster/vendor/abraham/twitteroauth/src/Consumer.php
Back
<?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]"; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings