PHP 클래스 Bob\FileTask

상속: extends Task
파일 보기 프로젝트 열기: chh/bob 1 사용 예제들

공개 메소드들

메소드 설명
getTimestamp ( ) # Returns the time as Unix Epoche represented by an Integer.
isNeeded ( ) # Returns TRUE if the task must be run, or FALSE otherwise.

메소드 상세

getTimestamp() 공개 메소드

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

isNeeded() 공개 메소드

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