diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-10 23:34:59 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-10 23:34:59 +0000 |
commit | 12645bd58af7053ea192ee30f453c0a94f05a211 (patch) | |
tree | 2c02088432ecf8fce0ad46531f9d2c451470ff49 | |
parent | 634884044dd95345962db9e54764f37f6ba84853 (diff) | |
download | php-ssrs-12645bd58af7053ea192ee30f453c0a94f05a211.zip php-ssrs-12645bd58af7053ea192ee30f453c0a94f05a211.tar.gz php-ssrs-12645bd58af7053ea192ee30f453c0a94f05a211.tar.bz2 |
File headers
-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'; |