DateComparator
extends Comparator
in package
DateCompare compiles date comparisons.
Tags
Table of Contents
- $operator : mixed
- $target : mixed
- __construct() : mixed
- getOperator() : string
- Gets the comparison operator.
- getTarget() : string
- Gets the target value.
- setOperator() : mixed
- Sets the comparison operator.
- setTarget() : mixed
- test() : bool
- Tests against the target.
Properties
$operator
private
mixed
$operator
= '=='
$target
private
mixed
$target
Methods
__construct()
public
__construct(string $test) : mixed
Parameters
- $test : string
-
A comparison string
Tags
Return values
mixed —getOperator()
Gets the comparison operator.
public
getOperator() : string
Return values
string —The operator
getTarget()
Gets the target value.
public
getTarget() : string
Return values
string —The target value
setOperator()
Sets the comparison operator.
public
setOperator(string $operator) : mixed
Parameters
- $operator : string
Tags
Return values
mixed —setTarget()
public
setTarget(string $target) : mixed
Parameters
- $target : string
Return values
mixed —test()
Tests against the target.
public
test(mixed $test) : bool
Parameters
- $test : mixed
-
A test value