PHP Class Emarref\Jwt\Claim\AbstractClaim

Inheritance: implements ClaimInterface
Show file Open project: emarref/jwt

Public Methods

Method Description
__construct ( mixed $value = null )
getValue ( ) : mixed
setValue ( $value )

Method Details

__construct() public method

public __construct ( mixed $value = null )
$value mixed

getValue() public method

public getValue ( ) : mixed
return mixed

setValue() public method

public setValue ( $value )