ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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

InternalDataService ILIAS\Repository\InternalRepoService::$data
protected

◆ $db


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