parent
208d39cc30
commit
fa593c4be1
30
src/MDDataHistorySubjectsSet.php
Normal file
30
src/MDDataHistorySubjectsSet.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?PHP
|
||||
/**
|
||||
* Contains a class for controlling the list of available subjects for data history writing.
|
||||
*
|
||||
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
|
||||
/**
|
||||
* Class containing available options for data history subjects.
|
||||
*/
|
||||
final class MDDataHistorySubjectsSet extends MDValueSet {
|
||||
|
||||
const AVAILABLE_SUBJECTS = [
|
||||
'appointment',
|
||||
'collection',
|
||||
'contact',
|
||||
'exhibition',
|
||||
'literature',
|
||||
'loan',
|
||||
'museum',
|
||||
'object',
|
||||
'podcast',
|
||||
'podcast_episode',
|
||||
'sammlung',
|
||||
'series',
|
||||
'user',
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user