public function __construct()
 {
     parent::__construct();
     include "credentials.php";
     $this->jira = new Jira($endpoint, new Credentials($username, $password));
     $this->rally = new Rally($rally_endpoint, new Credentials($rally_username, $rally_password));
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
 }