|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-07-21 13:32 UTC] ehalls at gmail dot com
Description: ------------ To see the feature description go to the following link: 

http://pastebin.org/410682

I link to this page rather than type the description here because your parser keeps mangling it up.

 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 18:00:01 2025 UTC |
OK, now the bug tracker's fixed, here's the problem copy/pasted from Pastebin: Hi, 1. I am using the current version of __getTypes to dynamically generate classes and classmap from a wdsl file. The problem is that the output of __getTypes does not output some form of notation for base classes. Even though there are xml tags available that dictate such a link. For example, it does not extract 'AbstractResponseType' and display it as the base class of 'BMUpdateButtonResponseType' from the following excerpt: <xs:complexType name="BMUpdateButtonResponseType"> <xs:complexContent> <xs:extension base="ebl:AbstractResponseType"> 2. Wouldn't it be better just to output the type strings in php class notation and provide a __evalClass('classname') function to load a particular class as needed for a request? 3. If I am missing some information and this has already been implemented then please just let me know. ThanksThank you for doing this {aharvey AT php dot net}.