ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand Class Reference
+ Collaboration diagram for ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand:

Public Member Functions

 __construct (private int $contentPageId, private string $language)
 
 getContentPageId ()
 
 getLanguage ()
 

Detailed Description

Definition at line 23 of file GetPageMetricsCommand.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand::__construct ( private int  $contentPageId,
private string  $language 
)

Definition at line 25 of file GetPageMetricsCommand.php.

26  {
27  }

Member Function Documentation

◆ getContentPageId()

ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand::getContentPageId ( )

Definition at line 29 of file GetPageMetricsCommand.php.

29  : int
30  {
31  return $this->contentPageId;
32  }

◆ getLanguage()

ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand::getLanguage ( )

Definition at line 34 of file GetPageMetricsCommand.php.

34  : string
35  {
36  return $this->language;
37  }

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