ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 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.

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

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',
37  $pageId,
38  $language
39  ));
40  }
+ Here is the caller graph for this function:

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