Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
[deleted comment]
Prado's usage differs from Yii's, because in Prado the property's name begins
with "$". So above example should read:
class Foo {
/ **
* @var string $name {nillable=1, minOccurs=0, maxOccurs=2}
* @soap
* /
public $name;
/ **
* @var Member[] $members
* @soap
* /
public $members;
}
Original comment by piotrows...@gmail.com
on 19 Aug 2013 at 4:24
Committed as r3314, thank you.
Original comment by ctrlal...@gmail.com
on 20 Aug 2013 at 10:01
Original issue reported on code.google.com by
piotrows...@gmail.com
on 19 Aug 2013 at 4:14Attachments: