ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Argument.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 enum Argument: string
24 {
25  case VERB = 'verb';
26  case IDENTIFIER = 'identifier';
27  case MD_PREFIX = 'metadataPrefix';
28  case FROM_DATE = 'from';
29  case UNTIL_DATE = 'until';
30  case RESUMPTION_TOKEN = 'resumptionToken';
31  case SET = 'set';
32 }