ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilDetector Interface Reference

ilDetector Interface is part of the petri net based workflow engine. More...

+ Inheritance diagram for ilDetector:
+ Collaboration diagram for ilDetector:

Public Member Functions

 trigger ($params)
 
 getDetectorState ()
 
 onActivate ()
 
 onDeactivate ()
 

Detailed Description

ilDetector Interface is part of the petri net based workflow engine.

Please see the reference implementations for details:

See also
class.ilSimpleDetector.php
class.ilCounterDetector.php
Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

/

Definition at line 16 of file ilDetector.php.

Member Function Documentation

◆ getDetectorState()

ilDetector::getDetectorState ( )
Returns
mixed

Implemented in ilSimpleDetector, and ilDataDetector.

◆ onActivate()

ilDetector::onActivate ( )
Returns
mixed

Implemented in ilEventDetector, ilTimerDetector, ilDataDetector, and ilSimpleDetector.

◆ onDeactivate()

ilDetector::onDeactivate ( )
Returns
mixed

Implemented in ilEventDetector, ilTimerDetector, ilDataDetector, and ilSimpleDetector.

◆ trigger()

ilDetector::trigger (   $params)
Parameters
$params
Returns
mixed

Implemented in ilEventDetector, ilTimerDetector, ilCounterDetector, ilSimpleDetector, and ilDataDetector.


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