function __construct()

in php/topsites.php [22:26]


    function __construct($apiKey,  $countryCode) {
        $now = time();
        $this->countryCode = $countryCode;
        $this->apiKey = $apiKey;
    }