ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\Content\RepoService Class Reference
+ Collaboration diagram for ILIAS\Container\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\Container\Content\RepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

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

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

References ILIAS\Container\Content\RepoService\$data, and ILIAS\Container\Content\RepoService\$db.

Member Function Documentation

◆ block()

ILIAS\Container\Content\RepoService::block ( )

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

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

◆ filter()

ILIAS\Container\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\Container\Content\RepoService::item ( )

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

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

◆ mode()

ILIAS\Container\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\Container\Content\RepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Container\Content\RepoService::$db
protected

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