PHP 클래스 Emarref\Jwt\Token\Header

상속: implements JsonSerializable
파일 보기 프로젝트 열기: emarref/jwt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyList PropertyList

공개 메소드들

메소드 설명
__construct ( )
findParameterByName ( string $name ) : Emarref\Jwt\HeaderParameter\ParameterInterface | null
getParameters ( ) : PropertyList
jsonSerialize ( ) : string
setParameter ( Emarref\Jwt\HeaderParameter\ParameterInterface $parameter, boolean $critical = false )

메소드 상세

__construct() 공개 메소드

public __construct ( )

findParameterByName() 공개 메소드

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

getParameters() 공개 메소드

public getParameters ( ) : PropertyList
리턴 PropertyList

jsonSerialize() 공개 메소드

public jsonSerialize ( ) : string
리턴 string

setParameter() 공개 메소드

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

프로퍼티 상세

$propertyList 보호되어 있는 프로퍼티

protected PropertyList,Emarref\Jwt\Token $propertyList
리턴 PropertyList