\CronExpression_AbstractField

Abstract CRON expression field

Summary

Methods
Properties
Constants
isSatisfied()
isRange()
isIncrementsOfRanges()
isInRange()
isInIncrementsOfRanges()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isSatisfied()

isSatisfied(string  $dateValue, string  $value) : bool

Check to see if a field is satisfied by a value

Parameters

string $dateValue

Date value to check

string $value

Value to test

Returns

bool

isRange()

isRange(string  $value) : bool

Check if a value is a range

Parameters

string $value

Value to test

Returns

bool

isIncrementsOfRanges()

isIncrementsOfRanges(string  $value) : bool

Check if a value is an increments of ranges

Parameters

string $value

Value to test

Returns

bool

isInRange()

isInRange(string  $dateValue, string  $value) : bool

Test if a value is within a range

Parameters

string $dateValue

Set date value

string $value

Value to test

Returns

bool

isInIncrementsOfRanges()

isInIncrementsOfRanges(string  $dateValue, string  $value) : bool

Test if a value is within an increments of ranges (offset[-to]/step size)

Parameters

string $dateValue

Set date value

string $value

Value to test

Returns

bool