ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
DeliveryConsumer.php
Go to the documentation of this file.
1 <?php
2 
4 
9 interface DeliveryConsumer
10 {
11 
16  public function run() : void;
17 
23  public function setRevisionNumber(int $revision_number) : DeliveryConsumer;
24 
25  public function overrideFileName(string $file_name) : DeliveryConsumer;
26 }
run()
This runs the actual DeliveryConsumer.