Menu

SVN Commit Log


Commit Date  
[r226] by mikaelcom

[UPDATE] php doc fix

2013-03-01 17:37:15 Tree
[r225] by mikaelcom

[UPDATE] new classes categorization type : create folder by the type of classes it contains. Sub folder are then unused

2013-02-20 06:38:40 Tree
[r224] by mikaelcom

[UPDATE] fix for https://github.com/mikaelcom/WsdlToPhp/issues/9

2013-02-19 13:35:17 Tree
[r223] by mikaelcom

[UPDATE] fix syntax error

2013-02-18 12:36:37 Tree
[r222] by mikaelcom

[UPDATE] behaviour and php doc enhancements

Update WsdlToPhpGenerator::manageWsdlNodeDocumentation() method in order to improve, again, documentation tags detection. Update WsdlToPhpGenerator php doc comment.

Update WsdlToPhpModel::getCleanName() method behaviour in order to allow to keep muliple consecutive undescores in the generated name. So the struct attributes are detected as having a clean name even if they contain multiple consecutive underscores. Update WsdlToPhpModel::cleanString() method in order to take account of this new parameter. By default, multiple consecutive underscores are kept. Update WsdlToPhpModel php doc comments.

Update WsdlToPhpStruct::getAttributes() calls in WsdlToPhpFunction::getComment() and WsdlToPhpFunction::getBody() methods in order to take advantage of the new WsdlToPhpStruct::getAttributes() method behaviour.

Update WsdlToPhpStruct::getAttributes() behaviour by adding a second parameter allowing to get attributes ordered as required attributes are positionned as first attributes. So, the generated class __construct() method will be easier to call as the required parameters are placed as first parameters. Improve WsdlToPhpStruct::isArray() method in order to take account the number of attributes the struct owns by calling new WsdlToPhpStruct::countOwnAttributes() method. Improve generated array containing parameters passed to the parent class in order to take account of the parameter type when parameter is a generated array type class. Update WsdlToPhpStruct php doc comment.

Update WsdlToPhpStructAttribute::getSetterDeclaration() method in order to generate better php doc comment for the current attribute setter method when struct is an array type class. Update WsdlToPhpStructAttribute php doc comment.

Update WsdlToPhpStructValue::getCleanName() method according to the new behaviour of WsdlToPhpModel::getCleanName() method. Update WsdlToPhpStructValue::getDeclaration() to remove useless parameters passed to the WsdlToPhpStructValue::getCleanName() method call. Update WsdlToPhpStructValue php doc comment.

Update WsdlToPhpService php doc comment.

2013-02-16 07:16:45 Tree
[r221] by mikaelcom

[ADD] add readme.txt file

2013-02-15 17:28:52 Tree
[r220] by mikaelcom

[DELETE] delete outdated and not maintained samples

2013-02-15 17:23:12 Tree
[r219] by mikaelcom

[UPDATE] php doc and WsdlToPhpGenerator updates

WsdlToPhpGenerator::manageWsdlNodeAttribute() is now well used. It means it is used for attribute tags and attribut elements (part of a struct). WsdlTophpGenerator::manageWsdlNodeElement() is now used for element tags only and is empty for now.

WsdlTophpModel::cleanComment() displays unique values depending on its last parameter value.

Minor php doc updates

2013-02-11 08:30:44 Tree
[r218] by mikaelcom

[UPDATE] new feature (audit) and enhancements

Audit is a new feature which allows to determine what takes most of the generation time during the whole generation process. It stores informations (calls number, time spent and last call time) so that each call can be audited. Audit is filled calling WsdlTophpgenerator::auditInit() at function start then WsdlTophpgenerator::audit() to calculate time spent and calls number. Audit informations are stored using the WsdlToPhpGenerator global storage data. Audit can be accessed using the WsdlToPhpGenerator::getAudit() method which returns an associative array of all audited calls.

Improve inheritance determination, operation return and parameter types determination by browsing schemas sequentially in order to retrieve several particular tags (header, list, union, attribute, input, output). See WsdlToPhpGenerator::wsdlsLoaded(). The generated php doc is then more precise and informations are retrieved when the SoapClient object doesn't retrieve hem.

Improve location management system in order to allow local schemas file loading.

Minor review of attributes declaration for WsdlToPhpModel type classes.

Minor review of documentation management for php doc.

2013-02-04 10:53:15 Tree
[r217] by mikaelcom

[UPDATE] enhancements
Ensure that generated classes (structs, services, enumerations) are named uniquely by updating WsdlToPhpModel::getPackagedName() method using WsdlToPhpModel::uniqueName()
Clean WsdlToPhpStructAttributeValue::getCleanName() call in WsdltophpStruct::getClassBody()
Remove useless comments and add test case

2013-01-29 09:18:48 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.