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

Static Public Member Functions

static by (int $contentPageId, int $pageId, string $language)
 

Additional Inherited Members

- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0, Throwable $previous=null)
 A message isn't optional as in build in class Exception. More...
 

Detailed Description

Definition at line 13 of file CouldNotFindPageMetrics.php.

Member Function Documentation

◆ by()

static ILIAS\ContentPage\PageMetrics\CouldNotFindPageMetrics::by ( int  $contentPageId,
int  $pageId,
string  $language 
)
static
Parameters
int$contentPageId
int$pageId
string$language
Returns
static

Definition at line 21 of file CouldNotFindPageMetrics.php.

21 : self
22 {
23 return new self(sprintf(
24 "Could not find content page page metrics for page with page id %s and language %s for parent with id %s",
25 $contentPageId,
26 $pageId,
27 $language
28 ));
29 }

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

+ Here is the caller graph for this function:

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