Releases: WsdlToPhp/PhpGenerator
Releases · WsdlToPhp/PhpGenerator
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
,AssignedValueElementInterface
andTypeHintedElementInterface
- Introduce
AccessRestrictedElementTrait
,AssignedValueElementTrait
andTypeHintedElementTrait
- Version 3.0 is no more maintained
3.0.2
3.0.1
3.0.0
- use
splitbrain/phpfarm:jessie
as Docker image and fix docker image settings - Code requires PHP >= 7.4
- Code cleaning
- BC:
WsdlToPhp\PhpGenerator\Element\PhpFunction::__construct
has a new parameter after the$parameters
parameter named$returnType
which is a string allowing to set the function return typeWsdlToPhp\PhpGenerator\Element\PhpMethod::__construct
has a new parameter after the$parameters
parameter named$returnType
which is a string allowing to set the method return typeWsdlToPhp\PhpGenerator\Component\PhpClass::addMethod
has a new parameter after the$parameters
parameter named$returnType
which is a string allowing to set the method return typeWsdlToPhp\PhpGenerator\Component\PhpInterface::addMethod
has a new parameter after the$parameters
parameter named$returnType
which is a string allowing to set the method return type
- Implementation of the PHP
declare
statement GenerateableInterface
elements and components now implement the__toString
method- Update READMEs
- Update Travis CI settings
- Update PHPUnit settings
- Update LICENSE file
- Version 2.0 is no more maintained