Doctrine\OXM\Id\UuidGenerator::getSalt PHP Method

getSalt() public method

Returns the current salt value
public getSalt ( ) : string
return string $salt The current salt
    public function getSalt()
    {
        return $this->salt;
    }