ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilUserRequestTargetAdjustmentCase.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
12 protected $ctrl;
13
17 protected $user;
18
24 {
25 $this->user = $user;
26 $this->ctrl = $ctrl;
27 }
31 abstract public function shouldStoreRequestTarget();
32
36 abstract public function shouldAdjustRequest();
37
41 abstract public function isInFulfillment();
42
46 abstract public function adjust();
47}
user()
Definition: user.php:4
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
Class ilUserRequestTargetAdjustmentCase.