ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Awareness\InternalDataService Class Reference
+ Collaboration diagram for ILIAS\Awareness\InternalDataService:

Public Member Functions

 __construct ()
 
 counter (int $cnt, int $highlight_cnt)
 
 userCollection ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Awareness\InternalDataService::__construct ( )

Definition at line 30 of file class.InternalDataService.php.

31  {
32  //$this->..._factory = new ...\DataFactory();
33  }

Member Function Documentation

◆ counter()

ILIAS\Awareness\InternalDataService::counter ( int  $cnt,
int  $highlight_cnt 
)

Definition at line 35 of file class.InternalDataService.php.

38  : Counter {
39  return new Counter($cnt, $highlight_cnt);
40  }

◆ userCollection()

ILIAS\Awareness\InternalDataService::userCollection ( )

Definition at line 42 of file class.InternalDataService.php.

42  : User\Collection
43  {
44  return new User\Collection();
45  }

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