Emarref\Jwt\Claim\PrivateClaim::__construct PHP Method

__construct() public method

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