ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
RevisionStatus.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
26 enum RevisionStatus: int
27 {
28  case PUBLISHED = 10;
29  case DRAFT = 20;
30 }
Token
The string representation of these tokens must not occur in the names of metadata elements...
Definition: Token.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...