ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\GlobalScreen\Scope\Toast\ToastServices Class Reference
+ Collaboration diagram for ILIAS\GlobalScreen\Scope\Toast\ToastServices:

Public Member Functions

 __construct (private UIServices $ui)
 
 factory ()
 

Private Attributes

ToastFactory $toast_factory
 

Detailed Description

Definition at line 27 of file ToastServices.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Scope\Toast\ToastServices::__construct ( private UIServices  $ui)

Definition at line 31 of file ToastServices.php.

32 {
33 $this->toast_factory = new ToastFactory(new StandardToastRendererFactory($this->ui));
34 }

References ILIAS\Repository\ui().

+ Here is the call graph for this function:

Member Function Documentation

◆ factory()

ILIAS\GlobalScreen\Scope\Toast\ToastServices::factory ( )

Field Documentation

◆ $toast_factory

ToastFactory ILIAS\GlobalScreen\Scope\Toast\ToastServices::$toast_factory
private

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