ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Survey\Code\DataFactory Class Reference
+ Collaboration diagram for ILIAS\Survey\Code\DataFactory:

Public Member Functions

 __construct ()
 Constructor. More...
 
 code (string $code)
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.DataFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Code\DataFactory::__construct ( )

Constructor.

Definition at line 31 of file class.DataFactory.php.

32  {
33  }

Member Function Documentation

◆ code()

ILIAS\Survey\Code\DataFactory::code ( string  $code)
Parameters
string$codeaccess key for the code
Returns
Code

Definition at line 39 of file class.DataFactory.php.

39  : Code
40  {
41  return new Code($code);
42  }

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