ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Container\Block\InternalRepoService Class Reference

Block repo service. More...

+ Collaboration diagram for ILIAS\Container\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 27 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ blockSession()

ILIAS\Container\Block\InternalRepoService::blockSession ( )

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

47  : BlockSessionRepository
48  {
49  return new BlockSessionRepository();
50  }

Field Documentation

◆ $data

InternalDataService ILIAS\Container\Block\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Container\Block\InternalRepoService::$db
protected

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