ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Editor\Http Namespace Reference

Data Structures

class  LinkBuilder
 
interface  LinkBuilderInterface
 
class  LinkFactory
 
interface  LinkFactoryInterface
 
class  RequestForForm
 
interface  RequestForFormInterface
 
class  RequestParser
 
interface  RequestParserInterface
 

Enumerations

enum  Command : string { DEBUG = 'debug' }
 
enum  Parameter : string { ACTION_PATH = 'md_action_path' }
 

Enumeration Type Documentation

◆ Command

Enumerator
DEBUG 

Definition at line 23 of file Command.php.

24{
25 case INDEX = 'listSection';
26 case SHOW_DIGEST = 'listQuickEdit';
27 case UPDATE_DIGEST = 'updateQuickEdit';
28 case SHOW_FULL = 'fullEditor';
29 case CREATE_FULL = 'fullEditorCreate';
30 case UPDATE_FULL = 'fullEditorUpdate';
31 case DELETE_FULL = 'fullEditorDelete';
32 case DEBUG = 'debug';
33}

◆ Parameter

Enumerator
ACTION_PATH 

Definition at line 23 of file Parameter.php.

24{
25 case BASE_PATH = 'md_base_path';
26 case ACTION_PATH = 'md_action_path';
27}