ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Survey\Execution\RunManager Class Reference

Survey Runs. More...

+ Collaboration diagram for ILIAS\Survey\Execution\RunManager:

Public Member Functions

 __construct (RunDBRepository $repo=null)
 Constructor. More...
 

Protected Attributes

 $repo
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Execution\RunManager::__construct ( RunDBRepository  $repo = null)

Constructor.

Definition at line 22 of file class.RunManager.php.

References ILIAS\Survey\Execution\RunManager\$repo.

23  {
24  $this->repo = (is_null($repo))
25  ? new RunDBRepository()
26  : $repo;
27  }

Field Documentation

◆ $repo

ILIAS\Survey\Execution\RunManager::$repo
protected

Definition at line 17 of file class.RunManager.php.

Referenced by ILIAS\Survey\Execution\RunManager\__construct().


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