Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for XML "nillable" when using SOAP overload extension #1

Merged
merged 3 commits into from
Aug 27, 2012

Commits on Aug 9, 2012

  1. Added support for XML "nillable" when using SOAP overload extension. …

    …Mainly this means that the eval'd class method signatures have arguments with default values of NULL as defined by the WSDL so you can call a method like $Client->[method name]([arg1], [arg2] = NULL) and omit arg2.
    evictor committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    c3ae947 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

  1. - Converted indentation tabs => spaces to match existing style.

    - Changed some var names, capitalization, brace position to match existing style.
    evictor committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    2a48dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. - Fixed if() style.

    evictor committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    d826f68 View commit details
    Browse the repository at this point in the history