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

setSalt() public method

Used to set the salt that will be applied to each id
public setSalt ( string $salt )
$salt string The sale to use
    public function setSalt($salt)
    {
        $this->salt = $salt;
    }