Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pyrech
ComposerChangelogs
UrlGenerator
AbstractUrlGenerator
PHP Class Pyrech\ComposerChangelogs\UrlGenerator\AbstractUrlGenerator
Inheritance:
implements
Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator
Exibir arquivo
Open project: pyrech/composer-changelogs
Protected Methods
Method
Description
isDevVersion
(
Version
$version
) :
string
Return whether the version is dev or not.
Method Details
isDevVersion()
protected
method
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
return
string