ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Notes\DataService Class Reference

Repository internal data service. More...

+ Collaboration diagram for ILIAS\Notes\DataService:

Public Member Functions

 __construct (InternalDataService $internal_data)
 
 context (int $obj_id=0, int $sub_obj_id=0, string $type="", int $news_id=0, bool $in_repo=true)
 

Protected Attributes

InternalDataService $internal_data
 

Detailed Description

Repository internal data service.

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

Definition at line 27 of file class.DataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notes\DataService::__construct ( InternalDataService  $internal_data)

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

References ILIAS\Notes\DataService\$internal_data.

32  {
33  $this->internal_data = $internal_data;
34  }
InternalDataService $internal_data

Member Function Documentation

◆ context()

ILIAS\Notes\DataService::context ( int  $obj_id = 0,
int  $sub_obj_id = 0,
string  $type = "",
int  $news_id = 0,
bool  $in_repo = true 
)
Parameters
int$obj_idilObject ID, 0 for notes without context
int$sub_obj_ide.g. page id
string$typeilObject type or type of sub object ("pd" for dashboard without context)
int$news_idnews id (news must be attached to same ilObject ID)
int$news_ide.g. false for portfolios or "pd" notes

Definition at line 43 of file class.DataService.php.

49  : Context {
50  return $this->internal_data->context(
51  $obj_id,
52  $sub_obj_id,
53  $type,
54  $news_id,
55  $in_repo
56  );
57  }

Field Documentation

◆ $internal_data

InternalDataService ILIAS\Notes\DataService::$internal_data
protected

Definition at line 29 of file class.DataService.php.

Referenced by ILIAS\Notes\DataService\__construct().


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