PHP Класс PhilipBrown\Signature\Token

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $key, string $secret ) : void Create a new Token
key ( ) : string Get the key
secret ( ) : string Get the secret

Описание методов

__construct() публичный метод

Create a new Token
public __construct ( string $key, string $secret ) : void
$key string
$secret string
Результат void

key() публичный метод

Get the key
public key ( ) : string
Результат string

secret() публичный метод

Get the secret
public secret ( ) : string
Результат string