ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\ContentPage\PageMetrics\Entity\PageMetrics Class Reference
+ Collaboration diagram for ILIAS\ContentPage\PageMetrics\Entity\PageMetrics:

Public Member Functions

 __construct (private readonly int $contentPageId, private readonly int $pageId, private readonly string $language, private readonly PageReadingTime $readingTime)
 
 contentPageId ()
 
 pageId ()
 
 language ()
 
 readingTime ()
 

Detailed Description

Definition at line 25 of file PageMetrics.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ContentPage\PageMetrics\Entity\PageMetrics::__construct ( private readonly int  $contentPageId,
private readonly int  $pageId,
private readonly string  $language,
private readonly PageReadingTime  $readingTime 
)

Definition at line 27 of file PageMetrics.php.

32 {
33 }

Member Function Documentation

◆ contentPageId()

ILIAS\ContentPage\PageMetrics\Entity\PageMetrics::contentPageId ( )

Definition at line 35 of file PageMetrics.php.

35 : int
36 {
37 return $this->contentPageId;
38 }

Referenced by ILIAS\ContentPage\PageMetrics\PageMetricsRepositoryImp\store().

+ Here is the caller graph for this function:

◆ language()

ILIAS\ContentPage\PageMetrics\Entity\PageMetrics::language ( )

Definition at line 45 of file PageMetrics.php.

45 : string
46 {
47 return $this->language;
48 }

Referenced by ILIAS\ContentPage\PageMetrics\PageMetricsRepositoryImp\store().

+ Here is the caller graph for this function:

◆ pageId()

ILIAS\ContentPage\PageMetrics\Entity\PageMetrics::pageId ( )

Definition at line 40 of file PageMetrics.php.

40 : int
41 {
42 return $this->pageId;
43 }

Referenced by ILIAS\ContentPage\PageMetrics\PageMetricsRepositoryImp\store().

+ Here is the caller graph for this function:

◆ readingTime()

ILIAS\ContentPage\PageMetrics\Entity\PageMetrics::readingTime ( )

Definition at line 50 of file PageMetrics.php.

Referenced by ILIAS\ContentPage\PageMetrics\PageMetricsRepositoryImp\store().

+ Here is the caller graph for this function:

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