ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
PhpIncludeInspection More...
Public Member Functions | |
setDbId ($a_id) | |
getDbId () | |
hasDbId () | |
writeDetectorToDb () | |
deleteDetectorFromDb () | |
isListening () | |
getListeningTimeframe () | |
setListeningTimeframe ($listening_start, $listening_end) | |
getEvent () | |
getEventSubject () | |
getEventContext () | |
Public Member Functions inherited from ilDetector | |
trigger ($params) | |
getDetectorState () | |
onActivate () | |
onDeactivate () | |
PhpIncludeInspection
ilExternalDetector Interface is part of the petri net based workflow engine.
Please see the reference implementations for details:
/
Definition at line 19 of file ilExternalDetector.php.
ilExternalDetector::deleteDetectorFromDb | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::getDbId | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::getEvent | ( | ) |
Implemented in ilTimerDetector, and ilEventDetector.
ilExternalDetector::getEventContext | ( | ) |
Implemented in ilTimerDetector, and ilEventDetector.
ilExternalDetector::getEventSubject | ( | ) |
Implemented in ilTimerDetector, and ilEventDetector.
ilExternalDetector::getListeningTimeframe | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::hasDbId | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::isListening | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::setDbId | ( | $a_id | ) |
ilExternalDetector::setListeningTimeframe | ( | $listening_start, | |
$listening_end | |||
) |
integer | $listening_start | |
integer | $listening_end |
Implemented in ilEventDetector, and ilTimerDetector.
ilExternalDetector::writeDetectorToDb | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.