DepthRange
in package
Data structure to handle depth range.
If min > max, args are swapped
Table of Contents
Properties
Methods
- __construct() : mixed
- max() : Depth
- Get max depth
- min() : Depth
- Get min depth
Properties
$max
private
Depth
$max
$min
private
Depth
$min
Methods
__construct()
public
__construct(Depth $min, Depth $max) : mixed
Parameters
max()
Get max depth
public
max() : Depth
Return values
Depth —Get max-Depth obj
min()
Get min depth
public
min() : Depth
Return values
Depth —Get min-Depth obj