PHP Class Pyrech\ComposerChangelogs\Version

Afficher le fichier Open project: pyrech/composer-changelogs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public __construct ( string $name, string $pretty, string $fullPretty )
$name string
$pretty string
$fullPretty string

getFullPretty() public méthode

public getFullPretty ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getPretty() public méthode

public getPretty ( ) : string
Résultat string

isDev() public méthode

Return whether the version is dev or not.
public isDev ( ) : string
Résultat string