ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\ResourceStorage\Revision Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Namespaces

 Repository
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

Data Structures

class  BaseRevision
 Class NullRevision. More...
 
class  CloneRevision
 Class CloneRevision. More...
 
class  DirectoryNestingTest
 Class DirectoryNestingTest. More...
 
class  FileRevision
 Class FileRevision. More...
 
class  FileStreamRevision
 Class UploadedFileRevision. More...
 
class  NonMatchingIdentificationException
 
class  NullRevision
 Class NullRevision. More...
 
class  PathGeneratorTest
 Class PathGeneratorTest. More...
 
interface  Revision
 Class FileRevision. More...
 
class  RevisionCollection
 Class RevisionCollection. More...
 
class  RevisionExistsException
 
class  RevisionRepositoryTest
 Class ResourceBuilderTest. More...
 
class  StakeholderRepositoryTests
 Class StakeholderRepositoryTests. More...
 
class  StreamReplacementRevision
 
class  UploadedFileRevision
 Class UploadedFileRevision. More...
 

Enumerations

enum  RevisionStatus : int { DRAFT = 20 }
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Enumeration Type Documentation

◆ RevisionStatus

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s.ch
Enumerator
DRAFT 

Definition at line 24 of file RevisionStatus.php.

24  : int
25 {
26  case PUBLISHED = 10;
27  case DRAFT = 20;
28 }