ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 148 of file InterruptiveTest.php.

153  {

Member Function Documentation

◆ getCanonicalName()

InterruptiveItemMock::getCanonicalName ( )

Definition at line 158 of file InterruptiveTest.php.

160  : void
161  {

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 153 of file InterruptiveTest.php.

153  {
154  return $expected_start . $expected_items . $expected_end;
155  }
156  return $expected_start . $expected_end;

Field Documentation

◆ $canonical_name

string InterruptiveItemMock::$canonical_name
protected

Definition at line 146 of file InterruptiveTest.php.


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