Gp::noPas PHP 메소드

noPas() 공개 메소드

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