Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pyrech
ComposerChangelogs
Version
PHP Class Pyrech\ComposerChangelogs\Version
Mostra file
Open project: pyrech/composer-changelogs
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$name
,
string
$pretty
,
string
$fullPretty
)
getFullPretty
( ) :
string
getName
( ) :
string
getPretty
( ) :
string
isDev
( ) :
string
Return whether the version is dev or not.
Method Details
__construct()
public
method
public
__construct
(
string
$name
,
string
$pretty
,
string
$fullPretty
)
$name
string
$pretty
string
$fullPretty
string
getFullPretty()
public
method
public
getFullPretty
( ) :
string
return
string
getName()
public
method
public
getName
( ) :
string
return
string
getPretty()
public
method
public
getPretty
( ) :
string
return
string
isDev()
public
method
Return whether the version is dev or not.
public
isDev
( ) :
string
return
string