ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
sspmod_statistics_Statistics_FieldPresentation_Base Class Reference
+ Inheritance diagram for sspmod_statistics_Statistics_FieldPresentation_Base:
+ Collaboration diagram for sspmod_statistics_Statistics_FieldPresentation_Base:

Public Member Functions

 __construct ($fields, $config, $template)
 
 getPresentation ()
 

Protected Attributes

 $fields
 
 $template
 
 $config
 

Detailed Description

Definition at line 3 of file Base.php.

Constructor & Destructor Documentation

◆ __construct()

sspmod_statistics_Statistics_FieldPresentation_Base::__construct (   $fields,
  $config,
  $template 
)

Definition at line 9 of file Base.php.

References $config, $fields, $template, and fields.

Member Function Documentation

◆ getPresentation()

sspmod_statistics_Statistics_FieldPresentation_Base::getPresentation ( )

Definition at line 16 of file Base.php.

17  {
18  return array('_' => 'Total');
19  }

Field Documentation

◆ $config

sspmod_statistics_Statistics_FieldPresentation_Base::$config
protected

Definition at line 7 of file Base.php.

Referenced by __construct().

◆ $fields

sspmod_statistics_Statistics_FieldPresentation_Base::$fields
protected

Definition at line 5 of file Base.php.

Referenced by __construct().

◆ $template

sspmod_statistics_Statistics_FieldPresentation_Base::$template
protected

Definition at line 6 of file Base.php.

Referenced by __construct().


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