PackageVersion
in package
This class is used by PackageVersionHeader
Tags
Table of Contents
- $majorNumber : mixed
- $minorNumber : mixed
- $namespace : mixed
- __construct() : void
- Class constructor.
Properties
$majorNumber
public
mixed
$majorNumber
$minorNumber
public
mixed
$minorNumber
$namespace
public
mixed
$namespace
Methods
__construct()
Class constructor.
public
__construct(int $majorNumber, int $minorNumber, string $namespace) : void
Parameters
- $majorNumber : int
- $minorNumber : int
- $namespace : string