ILIAS  release_8 Revision v8.24
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 
)

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: