ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
InterruptiveItemMock Class Reference
+ Inheritance diagram for InterruptiveItemMock:
+ Collaboration diagram for InterruptiveItemMock:

Public Member Functions

 __construct (string $canonical_name='')
 
 getId ()
 
 getCanonicalName ()
 

Protected Attributes

string $canonical_name
 

Detailed Description

Definition at line 144 of file InterruptiveTest.php.

Constructor & Destructor Documentation

◆ __construct()

InterruptiveItemMock::__construct ( string  $canonical_name = '')

Definition at line 150 of file InterruptiveTest.php.

153  {

Member Function Documentation

◆ getCanonicalName()

InterruptiveItemMock::getCanonicalName ( )

Definition at line 160 of file InterruptiveTest.php.

160  : void
161  {
162  $action_label = 'actionlabel';
163  $cancel_label = 'cancellabel';

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 155 of file InterruptiveTest.php.

160  : void

Field Documentation

◆ $canonical_name

string InterruptiveItemMock::$canonical_name
protected

Definition at line 148 of file InterruptiveTest.php.


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