PHP Class Emarref\Jwt\Token\Header

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 ( )
findParameterByName ( string $name ) : Emarref\Jwt\HeaderParameter\ParameterInterface | null
getParameters ( ) : PropertyList
jsonSerialize ( ) : string
setParameter ( Emarref\Jwt\HeaderParameter\ParameterInterface $parameter, boolean $critical = false )

Method Details

__construct() public méthode

public __construct ( )

findParameterByName() public méthode

public findParameterByName ( string $name ) : Emarref\Jwt\HeaderParameter\ParameterInterface | null
$name string
Résultat Emarref\Jwt\HeaderParameter\ParameterInterface | null

getParameters() public méthode

public getParameters ( ) : PropertyList
Résultat PropertyList

jsonSerialize() public méthode

public jsonSerialize ( ) : string
Résultat string

setParameter() public méthode

public setParameter ( Emarref\Jwt\HeaderParameter\ParameterInterface $parameter, boolean $critical = false )
$parameter Emarref\Jwt\HeaderParameter\ParameterInterface
$critical boolean

Property Details

$propertyList protected_oe property

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