name; } /** * @return string */ public function getDescription() { return $this->description; } /** * @return string */ public function getUrl() { return $this->url; } /** * @return string */ public function getDownloads() { return $this->downloads; } /** * @return string */ public function getFavers() { return $this->favers; } /** * @return string */ public function getRepository() { return $this->repository; } }