PHP Class Emarref\Jwt\Token\Payload

Inheritance: implements JsonSerializable
Afficher le fichier Open project: emarref/jwt Class Usage Examples

Protected Properties

Свойство Type Description
$propertyList PropertyList

Méthodes publiques

Méthode Description
__construct ( )
findClaimByName ( string $name ) : Emarref\Jwt\Claim\ClaimInterface | null
getClaims ( ) : PropertyList
jsonSerialize ( ) : string
setClaim ( Emarref\Jwt\Claim\ClaimInterface $claim )

Method Details

__construct() public méthode

public __construct ( )

findClaimByName() public méthode

public findClaimByName ( string $name ) : Emarref\Jwt\Claim\ClaimInterface | null
$name string
Résultat Emarref\Jwt\Claim\ClaimInterface | null

getClaims() public méthode

public getClaims ( ) : PropertyList
Résultat PropertyList

jsonSerialize() public méthode

public jsonSerialize ( ) : string
Résultat string

setClaim() public méthode

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

Property Details

$propertyList protected_oe property

protected PropertyList,Emarref\Jwt\Token $propertyList
Résultat PropertyList