ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

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

35  : int
36  {
37  return $this->contentPageId;
38  }
+ Here is the caller graph for this function:

◆ language()

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

Definition at line 45 of file PageMetrics.php.

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

45  : string
46  {
47  return $this->language;
48  }
+ Here is the caller graph for this function:

◆ pageId()

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

Definition at line 40 of file PageMetrics.php.

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

40  : int
41  {
42  return $this->pageId;
43  }
+ 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().

50  : PageReadingTime
51  {
52  return $this->readingTime;
53  }
+ Here is the caller graph for this function:

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