Add MDAppointmentRecordingSet
This commit is contained in:
parent
a300538188
commit
d8bfca1df6
17
src/MDAppointmentRecordingSet.php
Normal file
17
src/MDAppointmentRecordingSet.php
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?PHP
|
||||||
|
/**
|
||||||
|
* Contains a class for controlling the list of available recording types and sources.
|
||||||
|
*
|
||||||
|
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||||
|
*/
|
||||||
|
declare(strict_types = 1);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class containing available units for weights, lengths etc.
|
||||||
|
*/
|
||||||
|
final class MDAppointmentRecordingSet extends MDValueSet {
|
||||||
|
|
||||||
|
const AVAILABLE_RECORDING_TYPES = ['video'];
|
||||||
|
const EXTERNAL_SOURCES = ['Archive.org' => 'https://archive.org/details/'];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user