ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LegalDocuments\Intercept\NullIntercept Class Reference
+ Inheritance diagram for ILIAS\LegalDocuments\Intercept\NullIntercept:
+ Collaboration diagram for ILIAS\LegalDocuments\Intercept\NullIntercept:

Public Member Functions

 intercept ()
 
 id ()
 
 target ()
 

Detailed Description

Definition at line 27 of file NullIntercept.php.

Member Function Documentation

◆ id()

ILIAS\LegalDocuments\Intercept\NullIntercept::id ( )

Implements ILIAS\LegalDocuments\Intercept.

Definition at line 34 of file NullIntercept.php.

Referenced by ILIAS\LegalDocuments\Intercept\NullIntercept\target().

34  : string
35  {
36  throw new Exception('Don\'t call me!');
37  }
+ Here is the caller graph for this function:

◆ intercept()

ILIAS\LegalDocuments\Intercept\NullIntercept::intercept ( )

Implements ILIAS\LegalDocuments\Intercept.

Definition at line 29 of file NullIntercept.php.

29  : bool
30  {
31  return false;
32  }

◆ target()

ILIAS\LegalDocuments\Intercept\NullIntercept::target ( )

Implements ILIAS\LegalDocuments\Intercept.

Definition at line 39 of file NullIntercept.php.

References ILIAS\LegalDocuments\Intercept\NullIntercept\id().

39  : Target
40  {
41  $this->id();
42  }
+ Here is the call graph for this function:

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