slug = $slug; $this->url = $url; } /** * Returns the plugin slug for the activation. * * @return string */ protected function getSlug() { return $this->slug . '/' . $this->slug; } /** * Returns the remote URL that will be used to download the plugin. * * @return string */ protected function getUrl() { return $this->url; } }