Comments for "Services_Webservice"

» Submit Your Comment
Comments are only accepted during the "Proposal" phase. This proposal is currently in the "Finished" phase.
» Comments
  • Sérgio Carvalho  [2005-06-21 13:47 UTC]

    Can you provide web browsable sources, like you did with the example class? It makes life easier on reviewers.
  • Philippe Jausions  [2005-06-23 15:48 UTC]

    Do you support standard docblock with parameter variable name and description.

    /**
    * blah
    *
    * @param string $foo Bar
    */
    function blah($foo)
    ...
  • Manfred Weber  [2005-06-23 16:00 UTC]

    standard docblocks and var descriptions will be ignored and won`t influence the wsdl-generation as long as you keep the syntax:

    @var|param|return int|string|float|class|class[]

    ReflectionProptery gets the "true" name of the var within the parameter list of the function($varName)