PHP Class Emarref\Jwt\Token\Header

Inheritance: implements JsonSerializable
Datei anzeigen Open project: emarref/jwt Class Usage Examples

Protected Properties

Property Type Description
$propertyList PropertyList

Public Methods

Method 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 method

public __construct ( )

findParameterByName() public method

public findParameterByName ( string $name ) : Emarref\Jwt\HeaderParameter\ParameterInterface | null
$name string
return Emarref\Jwt\HeaderParameter\ParameterInterface | null

getParameters() public method

public getParameters ( ) : PropertyList
return PropertyList

jsonSerialize() public method

public jsonSerialize ( ) : string
return string

setParameter() public method

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
return PropertyList