PHP Class Pyrech\ComposerChangelogs\Version

Show 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