Emarref\Jwt\Token\PropertyStub::__construct PHP Method

__construct() public method

public __construct ( string | null $name = null, mixed | null $value = null )
$name string | null
$value mixed | null
    public function __construct($name = null, $value = null)
    {
        $this->setName($name);
        $this->setValue($value);
    }