Jyxo\Rpc\Client::disableProfiler PHP Méthode

disableProfiler() public méthode

Turns request profiler off.
public disableProfiler ( ) : self
Résultat self
    public function disableProfiler() : self
    {
        $this->profiler = false;
        return $this;
    }