Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getGitHubUrl PHP Метод

getGitHubUrl() публичный Метод

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