Files
yii/tests/framework/web/services/SoapPovCalculationOutput.php
lubosdz 9bb07e6448 Merge branch 'master' of https://github.com/lubosdz/yii
Added more assertions into unit test.
2012-10-24 13:34:24 +02:00

22 lines
323 B
PHP

<?php
/**
* Datatype for calculation output
*/
class SoapPovCalculationOutput {
/**
* @var integer calculation ID
* @example 187
* @soap
*/
public $calculation_id;
/**
* @var SoapPovCalculationResult[] Caluclation result dataset {nillable = 0, minOccurs = 1, maxOccurs = 1}
* @soap
*/
public $results;
}