ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

Definition at line 30 of file CouldNotFindPageMetrics.php.

Member Function Documentation

◆ by()

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

Definition at line 32 of file CouldNotFindPageMetrics.php.

32 : 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',
36 $contentPageId,
37 $pageId,
38 $language
39 ));
40 }

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: