ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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

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

◆ $db

ilDBInterface ILIAS\Container\InternalRepoService::$db
protected

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


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