PHP Class Emarref\Jwt\HeaderParameter\AbstractParameter

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

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 )