PHP 클래스 Psecio\Jwt\Claim\Custom

상속: extends Psecio\Jwt\Claim
파일 보기 프로젝트 열기: psecio/jwt

보호된 프로퍼티들

프로퍼티 타입 설명
$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