PHP 클래스 Emarref\Jwt\Token\Payload

상속: implements JsonSerializable
파일 보기 프로젝트 열기: emarref/jwt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyList PropertyList

공개 메소드들

메소드 설명
__construct ( )
findClaimByName ( string $name ) : Emarref\Jwt\Claim\ClaimInterface | null
getClaims ( ) : PropertyList
jsonSerialize ( ) : string
setClaim ( Emarref\Jwt\Claim\ClaimInterface $claim )

메소드 상세

__construct() 공개 메소드

public __construct ( )

findClaimByName() 공개 메소드

public findClaimByName ( string $name ) : Emarref\Jwt\Claim\ClaimInterface | null
$name string
리턴 Emarref\Jwt\Claim\ClaimInterface | null

getClaims() 공개 메소드

public getClaims ( ) : PropertyList
리턴 PropertyList

jsonSerialize() 공개 메소드

public jsonSerialize ( ) : string
리턴 string

setClaim() 공개 메소드

public setClaim ( Emarref\Jwt\Claim\ClaimInterface $claim )
$claim Emarref\Jwt\Claim\ClaimInterface

프로퍼티 상세

$propertyList 보호되어 있는 프로퍼티

protected PropertyList,Emarref\Jwt\Token $propertyList
리턴 PropertyList