setCheckLoginOnServer() 공개 메소드

Will improve error reporting at the cost of some round trips.
public setCheckLoginOnServer ( $bool )
 /**
  * Configure whether to check if we are logged in before doing a request.
  *
  * Will improve error reporting at the cost of some round trips.
  */
 public function setCheckLoginOnServer($bool)
 {
     $this->transport->setCheckLoginOnServer($bool);
 }