Actually make it work

This commit is contained in:
Mark Schouten 2014-09-26 13:05:04 +02:00
parent bc5a4964ec
commit ee0729e6c0
3 changed files with 9 additions and 4 deletions

View file

@ -6,14 +6,15 @@ include_once('misc.inc.php');
/* This class is written by Wefact. See https://www.wefact.nl/wefact-hosting/apiv2/
*/
class WeFactAPI
{
class WeFactAPI {
private $url;
private $responseType;
private $apiKey;
function __construct(){
global $wefactapiurl;
global $wefactapikey;
$this->url = $wefactapiurl;
$this->api_key = $wefactapikey;
}