Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Building Namespace for php v201309 doesn't build ReportUtil #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?
v201309

Which version of PHP are you using?
5.4

What steps will reproduce the problem?
phing

What is the expected output? What do you see instead?
It should add namespace to ReportUtil classes like that
Predicate => GoogleApiAdsAdWords_Predicate

Please provide any additional information below.

Original issue reported on code.google.com by ba...@somoto.net on 12 Nov 2013 at 3:26

GoogleCodeExporter commented 8 years ago
Report Util is manually maintained.

You'll find the source code in ReporUtils.php as it's used outside of the 
service object:
https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ad
s/AdWords/Util/ReportUtils.php

You'd need to modify that class by hand.

Original comment by api.pmat...@gmail.com on 21 Nov 2013 at 2:35