Jyxo\Rpc\Server::__clone PHP Méthode

__clone() final public méthode

Prevents from singleton cloning.
final public __clone ( )
    public final function __clone()
    {
        throw new \LogicException(sprintf('Class %s can have only one instance.', get_class($this)));
    }