ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\InternalRepoService Class Reference

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\Container\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 content ()
 
 classification (int $base_ref_id)
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Repository internal 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\Container\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ classification()

ILIAS\Container\InternalRepoService::classification ( int  $base_ref_id)

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

48 : ClassificationSessionRepository
49 {
50 return new ClassificationSessionRepository(
51 $base_ref_id
52 );
53 }

◆ content()

ILIAS\Container\InternalRepoService::content ( )

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

40 : Content\RepoService
41 {
42 return new Content\RepoService(
43 $this->data,
44 $this->db
45 );
46 }

Field Documentation

◆ $data

InternalDataService ILIAS\Container\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Container\InternalRepoService::$db
protected

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