Height
in package
Table of Contents
- $value : int
- create() : self
- Create instance.
- value() : int
- Return value.
- __construct() : mixed
- Constructor.
Properties
$value
private
int
$value
Methods
create()
Create instance.
public
static create(int $height) : self
Parameters
- $height : int
Return values
self —value()
Return value.
public
value() : int
Return values
int —__construct()
Constructor.
private
__construct(int $value) : mixed
Parameters
- $value : int