ILIAS  release_7 Revision v7.30-3-g800a261c036
PageMetricsRepository.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 /* Copyright (c) 1998-2020 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
5 
7 
14 {
18  public function store(PageMetrics $pageMetrics) : void;
19 
23  public function delete(PageMetrics $pageMetrics) : void;
24 
32  public function findBy(int $contentPageId, int $pageId, string $language) : PageMetrics;
33 }
findBy(int $contentPageId, int $pageId, string $language)