WorktimeReport
extends EO_WorktimeReport
implements
WorktimeRecordIdStorable
Table of Contents
Interfaces
- WorktimeRecordIdStorable
Methods
-
createCloseReport()
: mixed
-
createDurationReport()
: mixed
-
createErrorCloseReport()
: mixed
-
createErrorDurationReport()
: mixed
-
createErrorOpenReport()
: mixed
-
createOpenReport()
: mixed
-
createReopenReport()
: WorktimeReport
-
setRecordId()
: mixed
createCloseReport()
public
static createCloseReport(mixed $userId[, mixed $report = '' ]) : mixed
Parameters
-
$userId
: mixed
-
-
$report
: mixed
= ''
-
createDurationReport()
public
static createDurationReport(mixed $userId[, mixed $report = '' ]) : mixed
Parameters
-
$userId
: mixed
-
-
$report
: mixed
= ''
-
createErrorCloseReport()
public
static createErrorCloseReport(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
createErrorDurationReport()
public
static createErrorDurationReport(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
createErrorOpenReport()
public
static createErrorOpenReport(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
createOpenReport()
public
static createOpenReport(mixed $userId[, mixed $report = '' ]) : mixed
Parameters
-
$userId
: mixed
-
-
$report
: mixed
= ''
-
createReopenReport()
public
static createReopenReport(mixed $userId[, null $entryId = null ]) : WorktimeReport
Parameters
-
$userId
: mixed
-
-
$entryId
: null
= null
-
setRecordId()
public
setRecordId(mixed $recordId) : mixed
Parameters
-
$recordId
: mixed
-