Gp::noPas PHP Method

noPas() public method

Suppress PAS integration.
public noPas ( ) : Gp
return Gp
    public function noPas()
    {
        // Clone to avoid singleton problems with use_pas flag
        $model = clone $this;
        $model->use_pas = false;
        return $model;
    }