PHP Class Emarref\Jwt\Token\PropertyStub

Inheritance: implements Emarref\Jwt\Token\PropertyInterface
Afficher le fichier Open project: emarref/jwt

Méthodes publiques

Méthode Description
__construct ( string | null $name = null, mixed | null $value = null )
getName ( ) : string
getValue ( ) : mixed
setName ( string $name )
setValue ( $value )

Method Details

__construct() public méthode

public __construct ( string | null $name = null, mixed | null $value = null )
$name string | null
$value mixed | null

getName() public méthode

public getName ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : mixed
Résultat mixed

setName() public méthode

public setName ( string $name )
$name string

setValue() public méthode

public setValue ( $value )