ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Setup\AdminInteraction Interface Reference

This defines ways in which objectives may interact with admins during the setup. More...

+ Inheritance diagram for ILIAS\Setup\AdminInteraction:
+ Collaboration diagram for ILIAS\Setup\AdminInteraction:

Public Member Functions

 startProgress (int $max)
 
 advanceProgress ()
 
 stopProgress ()
 
 inform (string $message)
 
 confirmOrDeny (string $message)
 
 confirmExplicit (string $message, string $type_text_to_confirm)
 

Detailed Description

This defines ways in which objectives may interact with admins during the setup.

Definition at line 27 of file AdminInteraction.php.

Member Function Documentation

◆ advanceProgress()

ILIAS\Setup\AdminInteraction::advanceProgress ( )

Implemented in ILIAS\Setup\CLI\IOWrapper.

◆ confirmExplicit()

ILIAS\Setup\AdminInteraction::confirmExplicit ( string  $message,
string  $type_text_to_confirm 
)

Implemented in ILIAS\Setup\CLI\IOWrapper.

◆ confirmOrDeny()

ILIAS\Setup\AdminInteraction::confirmOrDeny ( string  $message)

Implemented in ILIAS\Setup\CLI\IOWrapper.

◆ inform()

ILIAS\Setup\AdminInteraction::inform ( string  $message)

Implemented in ILIAS\Setup\CLI\IOWrapper.

◆ startProgress()

ILIAS\Setup\AdminInteraction::startProgress ( int  $max)

Implemented in ILIAS\Setup\CLI\IOWrapper.

◆ stopProgress()

ILIAS\Setup\AdminInteraction::stopProgress ( )

Implemented in ILIAS\Setup\CLI\IOWrapper.


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