HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
AbstractField Class Reference
Inheritance diagram for AbstractField:
Collaboration diagram for AbstractField:

Public Member Functions

 isSatisfied ($dateValue, $value)
 isRange ($value)
 isIncrementsOfRanges ($value)
 isInRange ($dateValue, $value)
 isInIncrementsOfRanges ($dateValue, $value)
- Public Member Functions inherited from FieldInterface
 isSatisfiedBy (DateTime $date, $value)
 increment (DateTime $date, $invert=false)
 validate ($value)

Detailed Description

Abstract CRON expression field.

Author
Michael Dowling mtdow.nosp@m.ling.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition at line 8 of file AbstractField.php.

Member Function Documentation

AbstractField::isIncrementsOfRanges (   $value)

Check if a value is an increments of ranges.

Parameters
string$valueValue to test
Returns
bool

Definition at line 48 of file AbstractField.php.

Here is the caller graph for this function:

AbstractField::isInIncrementsOfRanges (   $dateValue,
  $value 
)

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

Parameters
string$dateValueSet date value
string$valueValue to test
Returns
bool

Definition at line 76 of file AbstractField.php.

Here is the caller graph for this function:

AbstractField::isInRange (   $dateValue,
  $value 
)

Test if a value is within a range.

Parameters
string$dateValueSet date value
string$valueValue to test
Returns
bool

Definition at line 61 of file AbstractField.php.

Here is the caller graph for this function:

AbstractField::isRange (   $value)

Check if a value is a range.

Parameters
string$valueValue to test
Returns
bool

Definition at line 36 of file AbstractField.php.

Here is the caller graph for this function:

AbstractField::isSatisfied (   $dateValue,
  $value 
)

Check to see if a field is satisfied by a value.

Parameters
string$dateValueDate value to check
string$valueValue to test
Returns
bool

Definition at line 18 of file AbstractField.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: