예제 #1
0
 function __construct($endpoint, $something, $auth_array)
 {
     $this->auth_array = $auth_array;
     parent::__construct($endpoint, $something);
     $this->login();
 }