PHP Class Bob\FileTask

Inheritance: extends Task
Show file Open project: chh/bob Class Usage Examples

Public Methods

Method Description
getTimestamp ( ) # Returns the time as Unix Epoche represented by an Integer.
isNeeded ( ) # Returns TRUE if the task must be run, or FALSE otherwise.

Method Details

getTimestamp() public method

# Returns the time as Unix Epoche represented by an Integer.
public getTimestamp ( )

isNeeded() public method

# Returns TRUE if the task must be run, or FALSE otherwise.
public isNeeded ( )