DateComparator
class DateComparator extends Comparator
DateCompare compiles date comparisons.
Methods
__construct(string $test)
Constructor.
Details
in Comparator at line line 29
string
getTarget()
Gets the target value.
in Comparator at line line 39
setTarget(string $target)
Sets the target value.
in Comparator at line line 49
string
getOperator()
Gets the comparison operator.
in Comparator at line line 61
setOperator(string $operator)
Sets the comparison operator.
in Comparator at line line 81
bool
test(mixed $test)
Tests against the target.
at line line 28
__construct(string $test)
Constructor.