Interval
in package
Table of Contents
- $end : Constraint
- $start : Constraint
- __construct() : mixed
- any() : self
- anyDev() : mixed
- fromZero() : Constraint
- getEnd() : Constraint
- getStart() : Constraint
- noDev() : mixed
- untilPositiveInfinity() : Constraint
Properties
$end
private
Constraint
$end
$start
private
Constraint
$start
Methods
__construct()
public
__construct(Constraint $start, Constraint $end) : mixed
Parameters
- $start : Constraint
- $end : Constraint
Return values
mixed —any()
public
static any() : self
Return values
self —anyDev()
public
static anyDev() : mixed
Return values
mixed —fromZero()
public
static fromZero() : Constraint
Return values
Constraint —getEnd()
public
getEnd() : Constraint
Return values
Constraint —getStart()
public
getStart() : Constraint
Return values
Constraint —noDev()
public
static noDev() : mixed
Return values
mixed —untilPositiveInfinity()
public
static untilPositiveInfinity() : Constraint