__construct() public method

public __construct ( $id = null, $displayName = null, $networkCode = null, $propertyCode = null, $timeZone = null, $currencyCode = null, $secondaryCurrencyCodes = null, $effectiveRootAdUnitId = null, $isTest = null )
Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct("https://inkbunny.net/", "Inkbunny");
 }
 function __construct()
 {
     parent::__construct("https://www.deviantart.com/", "DeviantArt");
     $this->client_id = $this->keys["id"];
     $this->client_secret = $this->keys["secret"];
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct("http://api2.sofurry.com/", "SoFurry");
 }
 function __construct()
 {
     parent::__construct("http://beta.furrynetwork.com/api/", "FurryNetwork");
 }
 function __construct()
 {
     parent::__construct("http://www.furaffinity.net/", "Fur Affinity");
 }
Exemplo n.º 6
0
 function __construct()
 {
     parent::__construct("https://www.weasyl.com/api/", "Weasyl");
 }