PHP Class Pyrech\ComposerChangelogs\UrlGenerator\AbstractUrlGenerator

Inheritance: implements Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator
Afficher le fichier Open project: pyrech/composer-changelogs

Méthodes protégées

Méthode Description
isDevVersion ( Version $version ) : string Return whether the version is dev or not.

Method Details

isDevVersion() protected méthode

Return whether the version is dev or not.
Deprecation: since v1.4, will be removed in v2.0. Use $version->isDev() instead.
protected isDevVersion ( Version $version ) : string
$version Pyrech\ComposerChangelogs\Version
Résultat string