57'description' => 'Cached listing of all the relations in this thesaurus in the form [name => id]',
58 ),
59'contents_changed' => Array(
60'added' => '0.2',
61'type' => 'boolean',
62'default' => '0',
63 ),
64'hierarchy_mode' => Array(
65'added' => '0.2',
66'type' => 'boolean',
67'default' => '1',
68'parameters' => Array ('allow_empty'=>FALSE),
69 ),
70'readonly_mode' => Array(
71'added' => '0.3',
72'type' => 'boolean',
73'default' => '0',
74'parameters' => Array ('allow_empty'=>FALSE),
75 ),
76'synonym_rel' => Array(
77'added' => '0.3',
78'type' => 'text',
79'default' => 'Synonym',
80 ),
81'abbreviation_rel' => Array(
82'added' => '0.3',
83'type' => 'text',
84'default' => 'Abbreviation',
85 ),
86'default_rel' => Array(
87'added' => '0.3',
88'type' => 'text',
89'default' => NULL,
90 ),
91'reflections' => Array(
92'added' => '0.0.1',
93'type' => 'serialise',
94'default' => Array(),
95'description' => 'An array with reflective pair index. Format is "relation_id" => "other_relation_id". The property of this array is that if "A"=>"B", "B"=>"A"',