Knp\Bundle\KnpBundlesBundle\Finder\CommonFinder::extractUrlRepository PHP 메소드

extractUrlRepository() 추상적인 보호된 메소드

Returns the github repository extracted from the given URL
abstract protected extractUrlRepository ( string $url ) : string
$url string
리턴 string or NULL if the URL does not contain any repository
    protected abstract function extractUrlRepository($url);