diff options
author | jaysmith6811@gmail.com <jaysmith6811@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-09-25 15:50:03 +0000 |
---|---|---|
committer | jaysmith6811@gmail.com <jaysmith6811@gmail.com@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2012-09-25 15:50:03 +0000 |
commit | e5402b28c9a3f22030f40a4fa179a3bcf6480b7c (patch) | |
tree | 57891e35a4519edf97fbe3a390aef879bb133977 /library/SSRS/Object/Report.php | |
parent | d5fc5d659d7c6f76b07f781f253b67835f1b1dd1 (diff) | |
download | php-ssrs-e5402b28c9a3f22030f40a4fa179a3bcf6480b7c.zip php-ssrs-e5402b28c9a3f22030f40a4fa179a3bcf6480b7c.tar.gz php-ssrs-e5402b28c9a3f22030f40a4fa179a3bcf6480b7c.tar.bz2 |
Execution info object, getExecutionInfo method
Diffstat (limited to 'library/SSRS/Object/Report.php')
-rwxr-xr-x | library/SSRS/Object/Report.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/library/SSRS/Object/Report.php b/library/SSRS/Object/Report.php deleted file mode 100755 index 6733e28..0000000 --- a/library/SSRS/Object/Report.php +++ /dev/null @@ -1,14 +0,0 @@ -<?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); - } - -} |