Пример #1
0
 /**
  * Copies the phar cacert from the phar into the temp directory.
  */
 public function extractCacertFile()
 {
     parent::extractCacertFile();
 }
Пример #2
0
 /**
  * @param GW2Api $api
  */
 public function __construct(GW2Api $api)
 {
     $this->api = $api;
     $this->api->attachRegisteredHandlers($this);
 }