Skip to content

Commit 93510cc

Browse files
author
Michael Christopher
committed
Added debug mode, enabled SSL verification
1 parent d51cbc0 commit 93510cc

39 files changed

+63
-61
lines changed

Documentation/Services_Zencoder/Services_Zencoder.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2 class="class-name">Class Services_Zencoder</h2>
109109
<div class="method-definition">
110110
<span class="method-result">Services_Zencoder</span>
111111
<a href="#__construct" title="details" class="method-name">__construct</a>
112-
([<span class="var-type">string</span>&nbsp;<span class="var-name">$api_key</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_version</span> = <span class="var-default">'v2'</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_host</span> = <span class="var-default">'https://app.zencoder.com'</span>])
112+
([<span class="var-type">string</span>&nbsp;<span class="var-name">$api_key</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_version</span> = <span class="var-default">'v2'</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_host</span> = <span class="var-default">'https://app.zencoder.com'</span>], [<span class="var-type">bool</span>&nbsp;<span class="var-name">$debug</span> = <span class="var-default">false</span>])
113113
</div>
114114
<div class="method-definition">
115115
<span class="method-result">object The</span>
@@ -224,7 +224,7 @@ <h4>Inherited Variables</h4>
224224
<div class="evenrow">
225225

226226
<div class="method-header">
227-
<span class="method-title">Constructor __construct</span> (line <span class="line-number">55</span>)
227+
<span class="method-title">Constructor __construct</span> (line <span class="line-number">56</span>)
228228
</div>
229229

230230
<!-- ========== Info from phpDoc block ========= -->
@@ -238,7 +238,7 @@ <h4>Inherited Variables</h4>
238238
<span class="method-name">
239239
__construct
240240
</span>
241-
([<span class="var-type">string</span>&nbsp;<span class="var-name">$api_key</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_version</span> = <span class="var-default">'v2'</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_host</span> = <span class="var-default">'https://app.zencoder.com'</span>])
241+
([<span class="var-type">string</span>&nbsp;<span class="var-name">$api_key</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_version</span> = <span class="var-default">'v2'</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$api_host</span> = <span class="var-default">'https://app.zencoder.com'</span>], [<span class="var-type">bool</span>&nbsp;<span class="var-name">$debug</span> = <span class="var-default">false</span>])
242242
</div>
243243

244244
<ul class="parameters">
@@ -251,6 +251,9 @@ <h4>Inherited Variables</h4>
251251
<li>
252252
<span class="var-type">string</span>
253253
<span class="var-name">$api_host</span><span class="var-description">: API host</span> </li>
254+
<li>
255+
<span class="var-type">bool</span>
256+
<span class="var-name">$debug</span><span class="var-description">: Enable debug mode</span> </li>
254257
</ul>
255258

256259
<hr class="separator" />
@@ -264,7 +267,7 @@ <h4>Inherited Variables</h4>
264267
<div class="oddrow">
265268

266269
<div class="method-header">
267-
<span class="method-title">createData</span> (line <span class="line-number">116</span>)
270+
<span class="method-title">createData</span> (line <span class="line-number">129</span>)
268271
</div>
269272

270273
<!-- ========== Info from phpDoc block ========= -->
@@ -308,7 +311,7 @@ <h4>Inherited Variables</h4>
308311
<div class="evenrow">
309312

310313
<div class="method-header">
311-
<span class="method-title">deleteData</span> (line <span class="line-number">102</span>)
314+
<span class="method-title">deleteData</span> (line <span class="line-number">115</span>)
312315
</div>
313316

314317
<!-- ========== Info from phpDoc block ========= -->
@@ -349,7 +352,7 @@ <h4>Inherited Variables</h4>
349352
<div class="oddrow">
350353

351354
<div class="method-header">
352-
<span class="method-title">retrieveData</span> (line <span class="line-number">84</span>)
355+
<span class="method-title">retrieveData</span> (line <span class="line-number">97</span>)
353356
</div>
354357

355358
<!-- ========== Info from phpDoc block ========= -->
@@ -390,7 +393,7 @@ <h4>Inherited Variables</h4>
390393
<div class="evenrow">
391394

392395
<div class="method-header">
393-
<span class="method-title">updateData</span> (line <span class="line-number">139</span>)
396+
<span class="method-title">updateData</span> (line <span class="line-number">152</span>)
394397
</div>
395398

396399
<!-- ========== Info from phpDoc block ========= -->
@@ -479,7 +482,7 @@ <h4>Inherited Methods</h4>
479482
</div>
480483

481484
<p class="notes" id="credit">
482-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
485+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
483486
</p>
484487
</div></body>
485488
</html>

Documentation/Services_Zencoder/Services_Zencoder_Account.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Account</h2>
2424
<p class="short-description">Zencoder API client interface.</p>
2525
<ul class="tags">
2626
<li><span class="field">author:</span> Michael Christopher &lt;<a href="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><span class="field">version:</span> 2.0</li>
27+
<li><span class="field">version:</span> Release: 2.0</li>
2828
<li><span class="field">link:</span> <a href="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<p class="notes">
3232
Located in <a class="field" href="_Zencoder---Account.php.html">/Zencoder/Account.php</a> (line <span class="field">13</span>)
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<p class="notes" id="credit">
73-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

Documentation/Services_Zencoder/Services_Zencoder_Accounts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h4>Inherited Methods</h4>
258258

259259

260260
<p class="notes" id="credit">
261-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
261+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
262262
</p>
263263
</div></body>
264264
</html>

Documentation/Services_Zencoder/Services_Zencoder_Base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ <h2 class="class-name">Class Services_Zencoder_Base</h2>
446446

447447

448448
<p class="notes" id="credit">
449-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
449+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
450450
</p>
451451
</div></body>
452452
</html>

Documentation/Services_Zencoder/Services_Zencoder_Exception.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4>Inherited Methods</h4>
145145

146146

147147
<p class="notes" id="credit">
148-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
148+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
149149
</p>
150150
</div></body>
151151
</html>

Documentation/Services_Zencoder/Services_Zencoder_HttpException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 class="class-name">Class Services_Zencoder_HttpException</h2>
4747

4848

4949
<p class="notes" id="credit">
50-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
50+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5151
</p>
5252
</div></body>
5353
</html>

Documentation/Services_Zencoder/Services_Zencoder_HttpProxy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h2 class="class-name">Interface Services_Zencoder_HttpProxy</h2>
214214

215215

216216
<p class="notes" id="credit">
217-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
217+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
218218
</p>
219219
</div></body>
220220
</html>

Documentation/Services_Zencoder/Services_Zencoder_Input.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Input</h2>
2424
<p class="short-description">Zencoder API client interface.</p>
2525
<ul class="tags">
2626
<li><span class="field">author:</span> Michael Christopher &lt;<a href="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><span class="field">version:</span> 2.0</li>
27+
<li><span class="field">version:</span> Release: 2.0</li>
2828
<li><span class="field">link:</span> <a href="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<p class="notes">
3232
Located in <a class="field" href="_Zencoder---Input.php.html">/Zencoder/Input.php</a> (line <span class="field">13</span>)
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<p class="notes" id="credit">
73-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

Documentation/Services_Zencoder/Services_Zencoder_Inputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h4>Inherited Methods</h4>
191191

192192

193193
<p class="notes" id="credit">
194-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
194+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
195195
</p>
196196
</div></body>
197197
</html>

Documentation/Services_Zencoder/Services_Zencoder_Job.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h4>Inherited Methods</h4>
232232

233233

234234
<p class="notes" id="credit">
235-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
235+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
236236
</p>
237237
</div></body>
238238
</html>

Documentation/Services_Zencoder/Services_Zencoder_Jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ <h4>Inherited Methods</h4>
387387

388388

389389
<p class="notes" id="credit">
390-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
390+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
391391
</p>
392392
</div></body>
393393
</html>

Documentation/Services_Zencoder/Services_Zencoder_Notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h4>Inherited Methods</h4>
207207

208208

209209
<p class="notes" id="credit">
210-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
210+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
211211
</p>
212212
</div></body>
213213
</html>

Documentation/Services_Zencoder/Services_Zencoder_Notifications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4>Inherited Methods</h4>
145145

146146

147147
<p class="notes" id="credit">
148-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
148+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
149149
</p>
150150
</div></body>
151151
</html>

Documentation/Services_Zencoder/Services_Zencoder_Object.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 class="class-name">Class Services_Zencoder_Object</h2>
209209

210210

211211
<p class="notes" id="credit">
212-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
212+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
213213
</p>
214214
</div></body>
215215
</html>

Documentation/Services_Zencoder/Services_Zencoder_Output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<p class="notes" id="credit">
73-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

Documentation/Services_Zencoder/Services_Zencoder_Outputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h4>Inherited Methods</h4>
191191

192192

193193
<p class="notes" id="credit">
194-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
194+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
195195
</p>
196196
</div></body>
197197
</html>

Documentation/Services_Zencoder/Services_Zencoder_Progress.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Progress</h2>
2424
<p class="short-description">Zencoder API client interface.</p>
2525
<ul class="tags">
2626
<li><span class="field">author:</span> Michael Christopher &lt;<a href="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><span class="field">version:</span> 2.0</li>
27+
<li><span class="field">version:</span> Release: 2.0</li>
2828
<li><span class="field">link:</span> <a href="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><span class="field">license:</span> <a href="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<p class="notes">
3232
Located in <a class="field" href="_Zencoder---Progress.php.html">/Zencoder/Progress.php</a> (line <span class="field">13</span>)
@@ -78,7 +78,7 @@ <h2 class="class-name">Class Services_Zencoder_Progress</h2>
7878
<div class="oddrow">
7979

8080
<div class="method-header">
81-
<span class="method-title">Constructor __construct</span> (line <span class="line-number">15</span>)
81+
<span class="method-title">Constructor __construct</span> (line <span class="line-number">16</span>)
8282
</div>
8383

8484
<!-- ========== Info from phpDoc block ========= -->
@@ -121,7 +121,7 @@ <h4>Inherited Methods</h4>
121121

122122

123123
<p class="notes" id="credit">
124-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
124+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
125125
</p>
126126
</div></body>
127127
</html>

Documentation/Services_Zencoder/_Zencoder---Account.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Account.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Accounts.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Accounts.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Base.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Base.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Http.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Http.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---HttpProxy.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/HttpProxy.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Input.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Input.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Inputs.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Inputs.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Job.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Job.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Jobs.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Jobs.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Notification.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Notification.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

Documentation/Services_Zencoder/_Zencoder---Notifications.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Notifications.php</h2>
5454

5555

5656
<p class="notes" id="credit">
57-
Documentation generated on Mon, 02 Jan 2012 16:55:50 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated on Tue, 03 Jan 2012 14:11:39 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

0 commit comments

Comments
 (0)