PHP Класс Psecio\Jwt\Claim\Custom

Наследование: extends Psecio\Jwt\Claim
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$name
$type

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

Метод Описание
__construct ( string $value, string $type ) Initialize the claim with the given value and type
setType ( string $type ) : Claim Set the claim type

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

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

Initialize the claim with the given value and type
public __construct ( string $value, string $type )
$value string Claim value
$type string Type value

setType() публичный Метод

Set the claim type
public setType ( string $type ) : Claim
$type string Claim type
Результат Psecio\Jwt\Claim instance

Описание свойств

$name защищенное свойство

protected $name

$type защищенное свойство

protected $type