Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getGitUrl PHP 메소드

getGitUrl() 공개 메소드

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