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

setValue() public method

public setValue ( $value )
    public function setValue($value)
    {
        $this->value = $value;
        return $this;
    }