Author: jablko
Date: Tue Oct 26 15:52:39 2010
New Revision: 8517
Log:
Cosmetic change
Modified:
trunk/lib/model/QubitTaxonomy.php
Modified: trunk/lib/model/QubitTaxonomy.php
==============================================================================
--- trunk/lib/model/QubitTaxonomy.php Tue Oct 26 15:46:52 2010 (r8516)
+++ trunk/lib/model/QubitTaxonomy.php Tue Oct 26 15:52:39 2010 (r8517)
@@ -19,51 +19,55 @@
class QubitTaxonomy extends BaseTaxonomy
{
- const ROOT_ID = 30;
- const DESCRIPTION_DETAIL_LEVEL_ID = 31;
- const ACTOR_ENTITY_TYPE_ID = 32;
- const DESCRIPTION_STATUS_ID = 33;
- const LEVEL_OF_DESCRIPTION_ID = 34;
- const SUBJECT_ID = 35;
- const ACTOR_NAME_TYPE_ID = 36;
- const NOTE_TYPE_ID = 37;
- const REPOSITORY_TYPE_ID = 38;
- const EVENT_TYPE_ID = 40;
- const QUBIT_SETTING_LABEL_ID = 41;
- const PLACE_ID = 42;
- const FUNCTION_ID = 43;
- const HISTORICAL_EVENT_ID = 44;
- const COLLECTION_TYPE_ID = 45;
- const MEDIA_TYPE_ID = 46;
- const DIGITAL_OBJECT_USAGE_ID = 47;
- const PHYSICAL_OBJECT_TYPE_ID = 48;
- const RELATION_TYPE_ID = 49;
- const MATERIAL_TYPE_ID = 50;
- const RAD_NOTE_ID = 51; //CCA Rules for Archival Description (RAD) taxonomies
- const RAD_TITLE_NOTE_ID = 52; //CCA Rules for Archival Description (RAD)
taxonomies
- const MODS_RESOURCE_TYPE_ID = 53;
- const DC_TYPE_ID = 54;
- const ACTOR_RELATION_TYPE_ID = 55;
- const RELATION_NOTE_TYPE_ID = 56;
- const TERM_RELATION_TYPE_ID = 57;
- const STATUS_TYPE_ID = 59;
- const PUBLICATION_STATUS_ID = 60;
- const ISDF_RELATION_TYPE_ID = 61;
-
- public static $lockedTaxonomies = array(
- self::QUBIT_SETTING_LABEL_ID,
- self::COLLECTION_TYPE_ID,
- self::DIGITAL_OBJECT_USAGE_ID,
- self::MEDIA_TYPE_ID,
- self::RELATION_TYPE_ID,
- self::RELATION_NOTE_TYPE_ID,
- self::TERM_RELATION_TYPE_ID,
- self::ROOT_ID,
- self::STATUS_TYPE_ID,
- self::PUBLICATION_STATUS_ID,
- self::ACTOR_ENTITY_TYPE_ID,
- self::ACTOR_NAME_TYPE_ID
- );
+ const
+ ROOT_ID = 30,
+ DESCRIPTION_DETAIL_LEVEL_ID = 31,
+ ACTOR_ENTITY_TYPE_ID = 32,
+ DESCRIPTION_STATUS_ID = 33,
+ LEVEL_OF_DESCRIPTION_ID = 34,
+ SUBJECT_ID = 35,
+ ACTOR_NAME_TYPE_ID = 36,
+ NOTE_TYPE_ID = 37,
+ REPOSITORY_TYPE_ID = 38,
+ EVENT_TYPE_ID = 40,
+ QUBIT_SETTING_LABEL_ID = 41,
+ PLACE_ID = 42,
+ FUNCTION_ID = 43,
+ HISTORICAL_EVENT_ID = 44,
+ COLLECTION_TYPE_ID = 45,
+ MEDIA_TYPE_ID = 46,
+ DIGITAL_OBJECT_USAGE_ID = 47,
+ PHYSICAL_OBJECT_TYPE_ID = 48,
+ RELATION_TYPE_ID = 49,
+ MATERIAL_TYPE_ID = 50,
+
+ // Rules for Archival Description (RAD) taxonomies
+ RAD_NOTE_ID = 51,
+ RAD_TITLE_NOTE_ID = 52,
+
+ MODS_RESOURCE_TYPE_ID = 53,
+ DC_TYPE_ID = 54,
+ ACTOR_RELATION_TYPE_ID = 55,
+ RELATION_NOTE_TYPE_ID = 56,
+ TERM_RELATION_TYPE_ID = 57,
+ STATUS_TYPE_ID = 59,
+ PUBLICATION_STATUS_ID = 60,
+ ISDF_RELATION_TYPE_ID = 61;
+
+ public static
+ $lockedTaxonomies = array(
+ self::QUBIT_SETTING_LABEL_ID,
+ self::COLLECTION_TYPE_ID,
+ self::DIGITAL_OBJECT_USAGE_ID,
+ self::MEDIA_TYPE_ID,
+ self::RELATION_TYPE_ID,
+ self::RELATION_NOTE_TYPE_ID,
+ self::TERM_RELATION_TYPE_ID,
+ self::ROOT_ID,
+ self::STATUS_TYPE_ID,
+ self::PUBLICATION_STATUS_ID,
+ self::ACTOR_ENTITY_TYPE_ID,
+ self::ACTOR_NAME_TYPE_ID);
public function __toString()
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.