Home » HTML » HTML_QuickForm » Bug #2681
Not clear distinction between QuickformFlexyElement and QuickformElement
Details
| Request #2681 | Not clear distinction between QuickformFlexyElement and QuickformElement |
|---|---|
| Submitted | 2004-11-03 19:40 UTC |
| From | green at vista dot spb dot su |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-11-03 19:40 UTC] green at vista dot spb dot su
Description:
------------
I lost some time in searching - why my code does not work...
As appeared in a class QuickformFlexyElement there is no method isType.
Please synchronize classes QuickformFlexyElement and QuickformElement or inherit QuickformFlexyElement from QuickformElement.
Reproduce code:
---------------
in ObjectFlexy.php
...
class QuickformFlexyForm extends QuickformForm {
} // end class QuickformFlexyForm
...
class QuickformFlexyElement extends QuickformElement {
} // end class QuickformFlexyElement