Releases: WsdlToPhp/PhpGenerator
Releases · WsdlToPhp/PhpGenerator
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
- issue #11 - Allow class property to be typed
- Clear, refactor and review code
- Introduce
AccessRestrictedElementInterface,AssignedValueElementInterfaceandTypeHintedElementInterface - Introduce
AccessRestrictedElementTrait,AssignedValueElementTraitandTypeHintedElementTrait - Version 3.0 is no more maintained
3.0.2
3.0.1
3.0.0
- use
splitbrain/phpfarm:jessieas Docker image and fix docker image settings - Code requires PHP >= 7.4
- Code cleaning
- BC:
WsdlToPhp\PhpGenerator\Element\PhpFunction::__constructhas a new parameter after the$parametersparameter named$returnTypewhich is a string allowing to set the function return typeWsdlToPhp\PhpGenerator\Element\PhpMethod::__constructhas a new parameter after the$parametersparameter named$returnTypewhich is a string allowing to set the method return typeWsdlToPhp\PhpGenerator\Component\PhpClass::addMethodhas a new parameter after the$parametersparameter named$returnTypewhich is a string allowing to set the method return typeWsdlToPhp\PhpGenerator\Component\PhpInterface::addMethodhas a new parameter after the$parametersparameter named$returnTypewhich is a string allowing to set the method return type
- Implementation of the PHP
declarestatement GenerateableInterfaceelements and components now implement the__toStringmethod- Update READMEs
- Update Travis CI settings
- Update PHPUnit settings
- Update LICENSE file
- Version 2.0 is no more maintained