ILIAS  release_8 Revision v8.24
CouldNotFindPageMetrics.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ilException;
24
31{
32 public static function by(int $contentPageId, int $pageId, string $language): self
33 {
34 return new self(sprintf(
35 'Could not find content page page metrics for page with page id %s and language %s for parent with id %s',
37 $pageId,
39 ));
40 }
41}
static by(int $contentPageId, int $pageId, string $language)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...