Example #1
0
 /**
  * Set the type of Auth class the client should use.
  * @param string $authClassName
  */
 public function setAuthClass($authClassName)
 {
     self::$auth = new $authClassName();
 }