Parser
in package
Table of Contents
- parse() : Version
- Is able to parse semantic version syntax or any other version syntax.
- normalizeStability() : mixed
- __construct() : mixed
Methods
parse()
Is able to parse semantic version syntax or any other version syntax.
public
static parse(string $version) : Version
Parameters
- $version : string
Return values
Version —normalizeStability()
protected
static normalizeStability(mixed $stab) : mixed
Parameters
- $stab : mixed
Return values
mixed —__construct()
private
__construct() : mixed