ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Wiki\Content\DomainService Class Reference
+ Collaboration diagram for ILIAS\Wiki\Content\DomainService:

Public Member Functions

 __construct (InternalDataService $data_service, InternalRepoService $repo_service, InternalDomainService $domain_service)
 
 navigation (\ilObjWiki $wiki, int $wpg_id=0, string $page_title="", string $lang="-")
 

Protected Attributes

InternalDomainService $domain_service
 
InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 30 of file DomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Wiki\Content\DomainService::__construct ( InternalDataService  $data_service,
InternalRepoService  $repo_service,
InternalDomainService  $domain_service 
)

Definition at line 36 of file DomainService.php.

References ILIAS\Wiki\Content\DomainService\$data_service, ILIAS\Wiki\Content\DomainService\$domain_service, and ILIAS\Wiki\Content\DomainService\$repo_service.

40  {
41  $this->repo_service = $repo_service;
42  $this->data_service = $data_service;
43  $this->domain_service = $domain_service;
44  }
InternalDataService $data_service
InternalDomainService $domain_service
InternalRepoService $repo_service

Member Function Documentation

◆ navigation()

ILIAS\Wiki\Content\DomainService::navigation ( \ilObjWiki  $wiki,
int  $wpg_id = 0,
string  $page_title = "",
string  $lang = "-" 
)

Definition at line 46 of file DomainService.php.

References $lang, and ilObject\getRefId().

51  : NavigationManager {
52  return new NavigationManager(
53  $this->domain_service->page()->page($wiki->getRefId()),
54  $wiki,
55  $wpg_id,
56  $page_title,
57  $lang
58  );
59  }
$lang
Definition: xapiexit.php:25
+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\Wiki\Content\DomainService::$data_service
protected

Definition at line 34 of file DomainService.php.

Referenced by ILIAS\Wiki\Content\DomainService\__construct().

◆ $domain_service

InternalDomainService ILIAS\Wiki\Content\DomainService::$domain_service
protected

Definition at line 32 of file DomainService.php.

Referenced by ILIAS\Wiki\Content\DomainService\__construct().

◆ $repo_service

InternalRepoService ILIAS\Wiki\Content\DomainService::$repo_service
protected

Definition at line 33 of file DomainService.php.

Referenced by ILIAS\Wiki\Content\DomainService\__construct().


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