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

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

Get the Packagist url of this repo
public getPackagistUrl ( ) : string
Результат string
    public function getPackagistUrl()
    {
        return $this->composerName ? sprintf('http://packagist.org/packages/%s', $this->composerName) : false;
    }