ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Factory.php
Go to the documentation of this file.
1<?php
2
4
8
14interface Factory
15{
16
53 public function interruptive($title, $message, $form_action);
54
55
87 public function interruptiveItem($id, $title, Image $icon = null, $description = '');
88
89
133 public function roundtrip($title, $content);
134
135
164 public function lightbox($pages);
165
166
192 public function lightboxImagePage(Image $image, $title, $description = '');
193}
An exception for terminatinating execution or to throw for unit testing.
if(!array_key_exists('StateId', $_REQUEST)) $id
This is how a factory for buttons looks like.
Definition: Factory.php:11
lightboxImagePage(Image $image, $title, $description='')
interruptive($title, $message, $form_action)
interruptiveItem($id, $title, Image $icon=null, $description='')
catch(Exception $e) $message