ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent Class Reference
+ Collaboration diagram for ILIAS\ContentPage\PageMetrics\Event\PageUpdatedEvent:

Public Member Functions

 __construct (private ilContentPagePage $page)
 
 page ()
 

Detailed Description

Definition at line 25 of file PageUpdatedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 27 of file PageUpdatedEvent.php.

28  {
29  }

Member Function Documentation

◆ page()

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

Definition at line 31 of file PageUpdatedEvent.php.

Referenced by ilObjContentPageGUI\setTabs().

32  {
33  return $this->page;
34  }
+ Here is the caller graph for this function:

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