1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php /** * Description of ExecutionParameters * * @author andrew */ class SSRS_Object_Report extends SSRS_Object_Abstract{ public function setExecutionInfo(stdClass $info){ $this->data['executionInfo'] = new SSRS_Object_ExecutionInfo($info); } }