Example #1
0
 public function __construct($apiKey)
 {
     parent::__construct($this->apiUrl, $apiKey);
     $this->tvdb_api = new MoinaxTvDbClient($this->apiUrl, $this->apiKey);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct($this->apiUrl);
 }
Example #3
0
 public function __construct($apiKey = null)
 {
     parent::__construct($this->apiUrl, $apiKey);
 }