Ticket #795 (closed feature request: fixed)

Opened 1 year ago

Last modified 3 months ago

Add reflectable type-level description

Reported by: bergie Assigned to: piotras
Priority: major Milestone: 8.09.7 Ragnaroek
Component: Midgard Core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

MgdSchema? has the possibility of storing per-property descriptions into the MgdSchema? file, and then accessing them via the reflector.

However, we need the same feature for types, as many times the usage of a particular type needs some instructions.

Change History

02/10/09 12:25:24 changed by piotras

What about solution proposed in #777? Then class reflection would be done via midgard_object_class. For example:

midgard_object_class::description($classname);
midgard_object_class::get_schema_value($classname, $nodename);

02/19/09 23:07:08 changed by piotras

  • milestone changed from 8.09.4 Ragnaroek to 8.09.5 Ragnaroek.

04/29/09 15:58:41 changed by bergie

  • priority changed from minor to major.
  • milestone changed from 8.09.5 Ragnaroek to 8.09.6 Ragnaroek.

10/20/09 13:00:51 changed by piotras

  • milestone changed from 8.09.6 Ragnaroek to 8.09.7 Ragnaroek.

11/29/09 17:27:21 changed by piotras

(In [24227]) Added support for reflectable type level user values. Refs #795

11/29/09 17:56:56 changed by piotras

(In [24228]) Ported r24227. Refs #795

11/29/09 19:06:05 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [24229]) Ported r24227. FIx #795