예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->username = '******';
     $this->password = '******';
     $this->identifier = 'id.test';
     $this->token = 'token.test';
     $this->timeout = 10;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->id = 1;
     $this->username = '******';
     $this->password = '******';
     $this->identifier = 'some_id';
     $this->token = 'some_token';
     $this->timeout = 10;
     $this->date = \DateTime::createFromFormat('m/d/Y', '06/20/1986');
 }