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

getGitUrl() public method

Get the Git repo url
public getGitUrl ( ) : string
return string
    public function getGitUrl()
    {
        return sprintf('git://github.com/%s/%s.git', $this->ownerName, $this->name);
    }