ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Argument.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23enum 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';