ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Taxonomy\InternalRepoService Class Reference
+ Collaboration diagram for ILIAS\Taxonomy\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 usage ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ usage()

ILIAS\Taxonomy\InternalRepoService::usage ( )

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

37  : UsageDBRepository
38  {
39  return new UsageDBRepository($this->db);
40  }

Field Documentation

◆ $data

InternalDataService ILIAS\Taxonomy\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Taxonomy\InternalRepoService::$db
protected

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