Summary | Add functionality to Horde_Form_Type_enum |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | stpierre (at) nebrwesleyan (dot) edu |
Created | 07/06/2006 (7044 days ago) |
Due | |
Updated | 10/10/2006 (6948 days ago) |
Assigned | |
Resolved | 10/10/2006 (6948 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: enum[1].patch
I'm not sure this functionality would be needed, per se, as you could
always construct an array of values before initializing the select
object. That said, adding a setValues method a) is trivial; b)
conforms to OO best practices (i.e., a mutator for every accessor and
vice-versa); and c) may make it easier to construct some
Horde_Form_Type_enum objects. I wrote it for the final reason.
State ⇒ Feedback
against HEAD, and can you give a case where you need this?
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Add functionality to Horde_Form_Type_enum
Queue ⇒ Horde Framework Packages
New Attachment: enum.patch
State ⇒ New
Horde_Form_Type_enum class.