Jyxo\Rpc\Client::disableProfiler PHP 메소드

disableProfiler() 공개 메소드

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