8 lines
252 B
PHP
8 lines
252 B
PHP
|
<?PHP
|
||
|
declare(strict_types = 1);
|
||
|
$institution_musdb_use_case_set = array (
|
||
|
'collection_management' => 'Collection management',
|
||
|
'publication' => 'Publication',
|
||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||
|
);
|