ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Repository\InternalRepoService Class Reference
+ Collaboration diagram for ILIAS\Repository\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 clipboard ()
 
 tree ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ clipboard()

ILIAS\Repository\InternalRepoService::clipboard ( )

Definition at line 37 of file class.InternalRepoService.php.

37  : ClipboardSessionRepository
38  {
39  return new ClipboardSessionRepository();
40  }

◆ tree()

ILIAS\Repository\InternalRepoService::tree ( )

Definition at line 42 of file class.InternalRepoService.php.

42  : TreeDBRepo
43  {
44  return new TreeDBRepo(
45  $this->db
46  );
47  }

Field Documentation

◆ $data

◆ $db


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