ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Block\InternalRepoService Class Reference

Block repo service. More...

+ Collaboration diagram for ILIAS\Block\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 blockSession ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Block repo service.

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

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\Block\InternalRepoService\$data, and ILIAS\Block\InternalRepoService\$db.

35  {
36  $this->data = $data;
37  $this->db = $db;
38  }

Member Function Documentation

◆ blockSession()

ILIAS\Block\InternalRepoService::blockSession ( )

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

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

Field Documentation

◆ $data

InternalDataService ILIAS\Block\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Block\InternalRepoService::$db
protected

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