ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
GetPageMetricsCommand.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ContentPage\PageMetrics\Command
;
22
23
final
readonly
class
GetPageMetricsCommand
24
{
25
public
function
__construct
(
private
int
$contentPageId,
private
string
$language)
26
{
27
}
28
29
public
function
getContentPageId
():
int
30
{
31
return
$this->contentPageId;
32
}
33
34
public
function
getLanguage
(): string
35
{
36
return
$this->language;
37
}
38
}
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\getLanguage
getLanguage()
Definition:
GetPageMetricsCommand.php:34
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\__construct
__construct(private int $contentPageId, private string $language)
Definition:
GetPageMetricsCommand.php:25
ILIAS\ContentPage\PageMetrics\Command
Definition:
GetPageMetricsCommand.php:21
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\getContentPageId
getContentPageId()
Definition:
GetPageMetricsCommand.php:29
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand
Definition:
GetPageMetricsCommand.php:23
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
ContentPage
classes
PageMetrics
Command
GetPageMetricsCommand.php
Generated on Sun Aug 31 2025 23:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)