diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-10 23:36:15 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-10 23:36:15 +0000 |
commit | dd00e846ca13d591a8e2cc2b897f286735dd7e62 (patch) | |
tree | 2c02088432ecf8fce0ad46531f9d2c451470ff49 /library/SSRS | |
parent | 2682468818c3d102f10748a087377e3a4322e9ee (diff) | |
download | php-ssrs-0.1.zip php-ssrs-0.1.tar.gz php-ssrs-0.1.tar.bz2 |
File headers0.1
Diffstat (limited to 'library/SSRS')
-rwxr-xr-x | library/SSRS/Report.php | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/library/SSRS/Report.php b/library/SSRS/Report.php index c3f48ba..c12a325 100755 --- a/library/SSRS/Report.php +++ b/library/SSRS/Report.php @@ -1,5 +1,15 @@ <?php +/** + * php-ssrs http://www.apache.org/licenses/LICENSE-2.0 + * + * @author Arron Woods <arron@idealwebsites.co.uk> + * @link http://code.idealwebsites.co.uk/php-ssrs/ + * @copyright Copyright © 2011 Ideal Websites Ltd + * @license + * @version 0.1 + */ + require_once('Soap/NTLM.php'); require_once('Soap/Exception.php'); require_once('Object/Abstract.php'); @@ -18,11 +28,6 @@ require_once('Object/Report.php'); require_once('Object/ReportOutput.php'); require_once('Report/Exception.php'); -/** - * Description of SSRSReport - * - * @author Andrew Lowe - */ class SSRS_Report { public $servicePath = 'ReportService2010.asmx'; |