ILIAS
release_8 Revision v8.23
◀ 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
28
final
class
GetPageMetricsCommand
29
{
30
private
int
$contentPageId
;
31
private
string
$language
;
32
33
public
function
__construct
(
int
$contentPageId,
string
$language)
34
{
35
$this->
contentPageId
=
$contentPageId
;
36
$this->
language
=
$language
;
37
}
38
39
public
function
getContentPageId
():
int
40
{
41
return
$this->contentPageId
;
42
}
43
44
public
function
getLanguage
(): string
45
{
46
return
$this->language
;
47
}
48
}
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\$language
string $language
Definition:
GetPageMetricsCommand.php:31
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\getLanguage
getLanguage()
Definition:
GetPageMetricsCommand.php:44
ILIAS\ContentPage\PageMetrics\Entity\PageMetrics\language
language()
Definition:
PageMetrics.php:54
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\$contentPageId
int $contentPageId
Definition:
GetPageMetricsCommand.php:30
ILIAS\ContentPage\PageMetrics\Entity\PageMetrics\contentPageId
contentPageId()
Definition:
PageMetrics.php:44
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\__construct
__construct(int $contentPageId, string $language)
Definition:
GetPageMetricsCommand.php:33
ILIAS\ContentPage\PageMetrics\Command
Definition:
GetPageMetricsCommand.php:21
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand\getContentPageId
getContentPageId()
Definition:
GetPageMetricsCommand.php:39
ILIAS\ContentPage\PageMetrics\Command\GetPageMetricsCommand
Definition:
GetPageMetricsCommand.php:28
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Modules
ContentPage
classes
PageMetrics
Command
GetPageMetricsCommand.php
Generated on Tue Sep 2 2025 22:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)