/** * Copies the phar cacert from the phar into the temp directory. */ public function extractCacertFile() { parent::extractCacertFile(); }
/** * @param GW2Api $api */ public function __construct(GW2Api $api) { $this->api = $api; $this->api->attachRegisteredHandlers($this); }