ILIAS  release_7 Revision v7.30-3-g800a261c036
ILIAS\ContentPage\PageMetrics\PageMetricsRepository Interface Reference
+ Inheritance diagram for ILIAS\ContentPage\PageMetrics\PageMetricsRepository:
+ Collaboration diagram for ILIAS\ContentPage\PageMetrics\PageMetricsRepository:

Public Member Functions

 store (PageMetrics $pageMetrics)
 
 delete (PageMetrics $pageMetrics)
 
 findBy (int $contentPageId, int $pageId, string $language)
 

Detailed Description

Definition at line 13 of file PageMetricsRepository.php.

Member Function Documentation

◆ delete()

ILIAS\ContentPage\PageMetrics\PageMetricsRepository::delete ( PageMetrics  $pageMetrics)

◆ findBy()

ILIAS\ContentPage\PageMetrics\PageMetricsRepository::findBy ( int  $contentPageId,
int  $pageId,
string  $language 
)
Parameters
int$contentPageId
int$pageId
string$language
Returns
PageMetrics
Exceptions
CouldNotFindPageMetrics

Implemented in ILIAS\ContentPage\PageMetrics\PageMetricsRepositoryImp.

◆ store()

ILIAS\ContentPage\PageMetrics\PageMetricsRepository::store ( PageMetrics  $pageMetrics)

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