Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getGitHubUrl PHP Method

getGitHubUrl() public method

Get the GitHub url of this bundle
public getGitHubUrl ( ) : string
return string
    public function getGitHubUrl()
    {
        return sprintf('http://github.com/%s/%s', $this->ownerName, $this->name);
    }