Lines Matching refs:remoteInfo

28     private $remoteInfo;
89 $this->remoteInfo = [];
100 $this->remoteInfo = $this->repository->getData($this->getID());
102 return ($this->localInfo || $this->remoteInfo);
133 if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
281 if (!empty($this->remoteInfo['author'])) return $this->remoteInfo['author'];
304 if (!empty($this->remoteInfo['emailid'])) return $this->remoteInfo['emailid'];
317 if (!empty($this->remoteInfo['description'])) return $this->remoteInfo['description'];
374 if (!empty($this->remoteInfo['dependencies'])) return $this->remoteInfo['dependencies'];
404 if (!empty($this->remoteInfo['conflicts'])) return $this->remoteInfo['conflicts'];
415 if (!empty($this->remoteInfo['similar'])) return $this->remoteInfo['similar'];
426 if (!empty($this->remoteInfo['tags'])) return $this->remoteInfo['tags'];
437 if (!empty($this->remoteInfo['popularity'])) return $this->remoteInfo['popularity'];
448 if (!empty($this->remoteInfo['updatemessage'])) return $this->remoteInfo['updatemessage'];
459 if (!empty($this->remoteInfo['securitywarning'])) return $this->remoteInfo['securitywarning'];
470 if (!empty($this->remoteInfo['securityissue'])) return $this->remoteInfo['securityissue'];
481 if (!empty($this->remoteInfo['screenshoturl'])) return $this->remoteInfo['screenshoturl'];
492 if (!empty($this->remoteInfo['thumbnailurl'])) return $this->remoteInfo['thumbnailurl'];
513 if (!empty($this->remoteInfo['downloadurl'])) return $this->remoteInfo['downloadurl'];
536 if (!empty($this->remoteInfo['bugtracker'])) return $this->remoteInfo['bugtracker'];
547 if (!empty($this->remoteInfo['sourcerepo'])) return $this->remoteInfo['sourcerepo'];
558 if (!empty($this->remoteInfo['donationurl'])) return $this->remoteInfo['donationurl'];
569 if (!empty($this->remoteInfo['types'])) return $this->remoteInfo['types'];
581 if (!empty($this->remoteInfo['compatible'])) return $this->remoteInfo['compatible'];
592 if (!empty($this->remoteInfo['lastupdate'])) return $this->remoteInfo['lastupdate'];