ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Legacy\Content\RepoService Class Reference
+ Collaboration diagram for ILIAS\UI\Component\Legacy\Content\RepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 item ()
 
 mode ()
 
 block ()
 
 filter ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

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

Definition at line 28 of file class.RepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Component\Legacy\Content\RepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ block()

ILIAS\UI\Component\Legacy\Content\RepoService::block ( )

Definition at line 49 of file class.RepoService.php.

49  : BlockSessionRepository
50  {
51  return new BlockSessionRepository();
52  }

◆ filter()

ILIAS\UI\Component\Legacy\Content\RepoService::filter ( )

Definition at line 54 of file class.RepoService.php.

54  : Filter\RepoService
55  {
56  return new Filter\RepoService(
57  $this->data,
58  $this->db
59  );
60  }

◆ item()

ILIAS\UI\Component\Legacy\Content\RepoService::item ( )

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

39  : ItemSessionRepository
40  {
41  return new ItemSessionRepository();
42  }

◆ mode()

ILIAS\UI\Component\Legacy\Content\RepoService::mode ( )

Definition at line 44 of file class.RepoService.php.

44  : ModeSessionRepository
45  {
46  return new ModeSessionRepository();
47  }

Field Documentation

◆ $data

InternalDataService ILIAS\UI\Component\Legacy\Content\RepoService::$data
protected

◆ $db

ilDBInterface ILIAS\UI\Component\Legacy\Content\RepoService::$db
protected

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