* typeName[]: maps to tns:typeNameArray *
* / ** * * A foo method. * * @param string name of something * * @param string value of something * * @return string[] some array * * @soap * * / * public function foo($name,$value) {...} *
* class Foo { * / ** * * @var string name of foo {nillable=1, minOccurs=0, maxOccurs=2} * * @soap * * / * public $name; * / ** * * @var Member[] members of foo * * @soap * * / * public $members; * } *
* / * * * @soap-indicator sequence * * / * class Foo { * ... * } *
* / * * * @soap-wsdl * * @soap-wsdl * * @soap-wsdl * * @soap-wsdl * * @soap-wsdl * * @soap-wsdl * * @soap-wsdl * * / * class User { * / ** * * @var string User name {minOccurs=1, maxOccurs=1} * * @soap * * / * public $name; * / ** * * @var integer User age {nillable=0, minOccurs=1, maxOccurs=1} * * @example 35 * * @soap * * / * public $age; * / ** * * @var date User's birthday {nillable=0, minOccurs=1, maxOccurs=1} * * @example 1980-05-27 * * @soap * * / * public $date_of_birth; * } *
Generated on '.date('d.m.Y H:i:s').'