PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #2681

Not clear distinction between QuickformFlexyElement and QuickformElement

Details

Request #2681Not clear distinction between QuickformFlexyElement and QuickformElement
Submitted2004-11-03 19:40 UTC
Fromgreen at vista dot spb dot su
StatusClosed
PackageHTML_QuickForm
PHP VersionIrrelevant
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