ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent Class Reference
+ Collaboration diagram for ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent:

Public Member Functions

 __construct (private readonly ilContentPagePage $page)
 
 page ()
 

Detailed Description

Definition at line 30 of file PageUpdatedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent::__construct ( private readonly ilContentPagePage  $page)

Definition at line 32 of file PageUpdatedEvent.php.

33  {
34  }

Member Function Documentation

◆ page()

ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent::page ( )

Definition at line 36 of file PageUpdatedEvent.php.

Referenced by ilObjContentPageGUI\setTabs().

37  {
38  return $this->page;
39  }
+ Here is the caller graph for this function:

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