14 lines
343 B
PHP
14 lines
343 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'object_status' =>
|
|
array (
|
|
'owned' => 'Owned',
|
|
'permanent_loan' => 'Permanent loan',
|
|
'borrowed' => 'Borrowed',
|
|
'to_check_for_gift' => 'To check (for gift)',
|
|
'to_check' => 'To check',
|
|
'deaccessed' => 'Deaccessed',
|
|
'third_party_property' => 'Third party property',
|
|
),
|
|
) |