PHP Class Emarref\Jwt\Token\PropertyStub

Inheritance: implements Emarref\Jwt\Token\PropertyInterface
Datei anzeigen Open project: emarref/jwt

Public Methods

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

Method Details

__construct() public method

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

getName() public method

public getName ( ) : string
return string

getValue() public method

public getValue ( ) : mixed
return mixed

setName() public method

public setName ( string $name )
$name string

setValue() public method

public setValue ( $value )