Interval
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- any() : self
- anyDev() : array{names: string[], exclude: bool}
- fromZero() : Constraint
- getEnd() : Constraint
- getStart() : Constraint
- noDev() : array{names: string[], exclude: bool}
- 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
any()
public
static any() : self
Return values
selfanyDev()
public
static anyDev() : array{names: string[], exclude: bool}
Return values
array{names: string[], exclude: bool}fromZero()
public
static fromZero() : Constraint
Return values
ConstraintgetEnd()
public
getEnd() : Constraint
Return values
ConstraintgetStart()
public
getStart() : Constraint
Return values
ConstraintnoDev()
public
static noDev() : array{names: string[], exclude: bool}
Return values
array{names: string[], exclude: bool}untilPositiveInfinity()
public
static untilPositiveInfinity() : Constraint