Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47ccb46

Browse files
author
Michael Christopher
committed
Version 2.0.2
1 parentf329fa1 commit47ccb46

File tree

56 files changed

+1390
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1390
-273
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
test.php
2+
build_docs.sh
23
.DS_Store

‎Documentation/Services_Zencoder/Services_Zencoder.html

Lines changed: 155 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ <h2 class="class-name">Class Services_Zencoder</h2>
2727
<pclass="short-description">Zencoder API client interface.</p>
2828
<ulclass="tags">
2929
<li><spanclass="field">author:</span> Michael Christopher &lt;<ahref="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
30-
<li><spanclass="field">version:</span> 2.0</li>
30+
<li><spanclass="field">version:</span> 2.0.2</li>
31+
<li><spanclass="field">link:</span><ahref="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
32+
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
3133
</ul>
3234
<pclass="notes">
33-
Located in<aclass="field"href="_Zencoder.php.html">/Zencoder.php</a> (line<spanclass="field">35</span>)
35+
Located in<aclass="field"href="_Zencoder.php.html">/Zencoder.php</a> (line<spanclass="field">33</span>)
3436
</p>
3537

3638

@@ -58,7 +60,7 @@ <h2 class="class-name">Class Services_Zencoder</h2>
5860
<divclass="info-box-body">
5961
<divclass="const-summary">
6062
<divclass="const-title">
61-
<ahref="#USER_AGENT"title="details"class="const-name">USER_AGENT</a> =<spanclass="var-type"> 'ZencoderPHP v2.0'</span>
63+
<ahref="#USER_AGENT"title="details"class="const-name">USER_AGENT</a> =<spanclass="var-type"> 'ZencoderPHP v2.0.2'</span>
6264

6365
</div>
6466
</div>
@@ -79,12 +81,32 @@ <h2 class="class-name">Class Services_Zencoder</h2>
7981
</div>
8082
<divclass="info-box-body">
8183
<divclass="var-summary">
82-
<divclass="var-title">
83-
<spanclass="var-type">mixed</span>
84+
<divclass="var-title">
85+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Accounts.html">Services_Zencoder_Accounts</a></span>
86+
<ahref="#$accounts"title="details"class="var-name">$accounts</a>
87+
</div>
88+
<divclass="var-title">
89+
<spanclass="var-type">Services_Zencoder_Http</span>
8490
<ahref="#$http"title="details"class="var-name">$http</a>
8591
</div>
8692
<divclass="var-title">
87-
<spanclass="var-type">mixed</span>
93+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Inputs.html">Services_Zencoder_Inputs</a></span>
94+
<ahref="#$inputs"title="details"class="var-name">$inputs</a>
95+
</div>
96+
<divclass="var-title">
97+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Jobs.html">Services_Zencoder_Jobs</a></span>
98+
<ahref="#$jobs"title="details"class="var-name">$jobs</a>
99+
</div>
100+
<divclass="var-title">
101+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Notifications.html">Services_Zencoder_Notifications</a></span>
102+
<ahref="#$notifications"title="details"class="var-name">$notifications</a>
103+
</div>
104+
<divclass="var-title">
105+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Outputs.html">Services_Zencoder_Outputs</a></span>
106+
<ahref="#$outputs"title="details"class="var-name">$outputs</a>
107+
</div>
108+
<divclass="var-title">
109+
<spanclass="var-type">string</span>
88110
<ahref="#$version"title="details"class="var-name">$version</a>
89111
</div>
90112
</div>
@@ -150,12 +172,35 @@ <h2 class="class-name">Class Services_Zencoder</h2>
150172

151173
</div>
152174
<divclass="info-box-body">
153-
<aname="var$http"id="$http"><!-- --></A>
175+
<aname="var$accounts"id="$accounts"><!-- --></A>
176+
<divclass="oddrow">
177+
178+
<divclass="var-header">
179+
<spanclass="var-title">
180+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Accounts.html">Services_Zencoder_Accounts</a></span>
181+
<spanclass="var-name">$accounts</span>
182+
(line<spanclass="line-number">57</span>)
183+
</span>
184+
</div>
185+
186+
<!-- ========== Info from phpDoc block ========= -->
187+
<pclass="short-description">Provides access the Zencoder Accounts API</p>
188+
<pclass="description"><p>Valid functions: create, details, integration, live</p></p>
189+
<ulclass="tags">
190+
<li><spanclass="field">access:</span> public</li>
191+
</ul>
192+
193+
194+
195+
196+
197+
</div>
198+
<aname="var$http"id="$http"><!-- --></A>
154199
<divclass="evenrow">
155200

156201
<divclass="var-header">
157202
<spanclass="var-title">
158-
<spanclass="var-type">mixed</span>
203+
<spanclass="var-type">Services_Zencoder_Http</span>
159204
<spanclass="var-name">$http</span>
160205
(line<spanclass="line-number">42</span>)
161206
</span>
@@ -171,15 +216,107 @@ <h2 class="class-name">Class Services_Zencoder</h2>
171216

172217

173218

219+
</div>
220+
<aname="var$inputs"id="$inputs"><!-- --></A>
221+
<divclass="oddrow">
222+
223+
<divclass="var-header">
224+
<spanclass="var-title">
225+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Inputs.html">Services_Zencoder_Inputs</a></span>
226+
<spanclass="var-name">$inputs</span>
227+
(line<spanclass="line-number">65</span>)
228+
</span>
229+
</div>
230+
231+
<!-- ========== Info from phpDoc block ========= -->
232+
<pclass="short-description">Provides access the Zencoder Inputs API</p>
233+
<pclass="description"><p>Valid functions: details, progress</p></p>
234+
<ulclass="tags">
235+
<li><spanclass="field">access:</span> public</li>
236+
</ul>
237+
238+
239+
240+
241+
242+
</div>
243+
<aname="var$jobs"id="$jobs"><!-- --></A>
244+
<divclass="evenrow">
245+
246+
<divclass="var-header">
247+
<spanclass="var-title">
248+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Jobs.html">Services_Zencoder_Jobs</a></span>
249+
<spanclass="var-name">$jobs</span>
250+
(line<spanclass="line-number">73</span>)
251+
</span>
252+
</div>
253+
254+
<!-- ========== Info from phpDoc block ========= -->
255+
<pclass="short-description">Provides access the Zencoder Jobs API</p>
256+
<pclass="description"><p>Valid functions: create, index, details, progress, resubmit, cancel</p></p>
257+
<ulclass="tags">
258+
<li><spanclass="field">access:</span> public</li>
259+
</ul>
260+
261+
262+
263+
264+
265+
</div>
266+
<aname="var$notifications"id="$notifications"><!-- --></A>
267+
<divclass="oddrow">
268+
269+
<divclass="var-header">
270+
<spanclass="var-title">
271+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Notifications.html">Services_Zencoder_Notifications</a></span>
272+
<spanclass="var-name">$notifications</span>
273+
(line<spanclass="line-number">81</span>)
274+
</span>
275+
</div>
276+
277+
<!-- ========== Info from phpDoc block ========= -->
278+
<pclass="short-description">Provides access the Zencoder Notifications API</p>
279+
<pclass="description"><p>Valid functions: parseIncoming</p></p>
280+
<ulclass="tags">
281+
<li><spanclass="field">access:</span> public</li>
282+
</ul>
283+
284+
285+
286+
287+
288+
</div>
289+
<aname="var$outputs"id="$outputs"><!-- --></A>
290+
<divclass="evenrow">
291+
292+
<divclass="var-header">
293+
<spanclass="var-title">
294+
<spanclass="var-type"><ahref="../Services_Zencoder/Services_Zencoder_Outputs.html">Services_Zencoder_Outputs</a></span>
295+
<spanclass="var-name">$outputs</span>
296+
(line<spanclass="line-number">89</span>)
297+
</span>
298+
</div>
299+
300+
<!-- ========== Info from phpDoc block ========= -->
301+
<pclass="short-description">Provides access the Zencoder Outputs API</p>
302+
<pclass="description"><p>Valid functions: details, progress</p></p>
303+
<ulclass="tags">
304+
<li><spanclass="field">access:</span> public</li>
305+
</ul>
306+
307+
308+
309+
310+
174311
</div>
175312
<aname="var$version"id="$version"><!-- --></A>
176313
<divclass="oddrow">
177314

178315
<divclass="var-header">
179316
<spanclass="var-title">
180-
<spanclass="var-type">mixed</span>
317+
<spanclass="var-type">string</span>
181318
<spanclass="var-name">$version</span>
182-
(line<spanclass="line-number">46</span>)
319+
(line<spanclass="line-number">48</span>)
183320
</span>
184321
</div>
185322

@@ -224,7 +361,7 @@ <h4>Inherited Variables</h4>
224361
<divclass="evenrow">
225362

226363
<divclass="method-header">
227-
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">56</span>)
364+
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">99</span>)
228365
</div>
229366

230367
<!-- ========== Info from phpDoc block ========= -->
@@ -267,7 +404,7 @@ <h4>Inherited Variables</h4>
267404
<divclass="oddrow">
268405

269406
<divclass="method-header">
270-
<spanclass="method-title">createData</span> (line<spanclass="line-number">129</span>)
407+
<spanclass="method-title">createData</span> (line<spanclass="line-number">172</span>)
271408
</div>
272409

273410
<!-- ========== Info from phpDoc block ========= -->
@@ -311,7 +448,7 @@ <h4>Inherited Variables</h4>
311448
<divclass="evenrow">
312449

313450
<divclass="method-header">
314-
<spanclass="method-title">deleteData</span> (line<spanclass="line-number">115</span>)
451+
<spanclass="method-title">deleteData</span> (line<spanclass="line-number">158</span>)
315452
</div>
316453

317454
<!-- ========== Info from phpDoc block ========= -->
@@ -352,7 +489,7 @@ <h4>Inherited Variables</h4>
352489
<divclass="oddrow">
353490

354491
<divclass="method-header">
355-
<spanclass="method-title">retrieveData</span> (line<spanclass="line-number">97</span>)
492+
<spanclass="method-title">retrieveData</span> (line<spanclass="line-number">140</span>)
356493
</div>
357494

358495
<!-- ========== Info from phpDoc block ========= -->
@@ -393,7 +530,7 @@ <h4>Inherited Variables</h4>
393530
<divclass="evenrow">
394531

395532
<divclass="method-header">
396-
<spanclass="method-title">updateData</span> (line<spanclass="line-number">152</span>)
533+
<spanclass="method-title">updateData</span> (line<spanclass="line-number">195</span>)
397534
</div>
398535

399536
<!-- ========== Info from phpDoc block ========= -->
@@ -468,8 +605,8 @@ <h4>Inherited Methods</h4>
468605
<divclass="const-header">
469606
<spanclass="const-title">
470607
<spanclass="const-name">USER_AGENT</span>
471-
=<spanclass="const-default"> 'ZencoderPHP v2.0'</span>
472-
(line<spanclass="line-number">37</span>)
608+
=<spanclass="const-default"> 'ZencoderPHP v2.0.2'</span>
609+
(line<spanclass="line-number">35</span>)
473610
</span>
474611
</div>
475612

@@ -482,7 +619,7 @@ <h4>Inherited Methods</h4>
482619
</div>
483620

484621
<pclass="notes"id="credit">
485-
Documentation generated onTue, 03 Jan 2012 14:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
622+
Documentation generated onWed, 11 Jan 2012 14:46:17 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
486623
</p>
487624
</div></body>
488625
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Account.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
<pclass="notes"id="credit">
73-
Documentation generated onTue, 03 Jan 2012 14:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated onWed, 11 Jan 2012 14:46:16 -0800 by<ahref="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
<pclass="notes"id="credit">
261-
Documentation generated onTue, 03 Jan 2012 14:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
261+
Documentation generated onWed, 11 Jan 2012 14:46:16 -0800 by<ahref="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
<pclass="notes"id="credit">
449-
Documentation generated onTue, 03 Jan 2012 14:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
449+
Documentation generated onWed, 11 Jan 2012 14:46:16 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
450450
</p>
451451
</div></body>
452452
</html>
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<htmlxmlns="http://www.w3.org/1999/xhtml">
4+
<head>
5+
<!-- template designed by Marco Von Ballmoos -->
6+
<title>Docs For Class Services_Zencoder_Error</title>
7+
<linkrel="stylesheet"href="../media/stylesheet.css"/>
8+
<metahttp-equiv='Content-Type'content='text/html; charset=iso-8859-1'/>
9+
</head>
10+
<body>
11+
<divclass="page-body">
12+
<h2class="class-name">Class Services_Zencoder_Error</h2>
13+
14+
<aname="sec-description"></a>
15+
<divclass="info-box">
16+
<divclass="info-box-title">Description</div>
17+
<divclass="nav-bar">
18+
<spanclass="disabled">Description</span> |
19+
<ahref="#sec-methods">Methods</a>
20+
21+
</div>
22+
<divclass="info-box-body">
23+
<!-- ========== Info from phpDoc block ========= -->
24+
<pclass="short-description">Zencoder API client interface.</p>
25+
<ulclass="tags">
26+
<li><spanclass="field">author:</span> Michael Christopher &lt;<ahref="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27+
<li><spanclass="field">version:</span> 2.0</li>
28+
<li><spanclass="field">link:</span><ahref="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29+
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
30+
</ul>
31+
<pclass="notes">
32+
Located in<aclass="field"href="_Zencoder---Error.php.html">/Zencoder/Error.php</a> (line<spanclass="field">13</span>)
33+
</p>
34+
35+
36+
<pre><ahref="../Services_Zencoder/Services_Zencoder_Object.html">Services_Zencoder_Object</a>
37+
|
38+
--Services_Zencoder_Error</pre>
39+
40+
</div>
41+
</div>
42+
43+
44+
45+
46+
47+
48+
<aname="sec-methods"></a>
49+
<divclass="info-box">
50+
<divclass="info-box-title">Methods</div>
51+
<divclass="nav-bar">
52+
<ahref="#sec-description">Description</a> |
53+
<spanclass="disabled">Methods</span>
54+
55+
</div>
56+
<divclass="info-box-body">
57+
<ANAME='method_detail'></A>
58+
59+
<h4>Inherited Methods</h4>
60+
<aname='inherited_methods'><!-- --></a>
61+
<!-- =========== Summary =========== -->
62+
<p>Inherited From<spanclass="classname"><ahref="../Services_Zencoder/Services_Zencoder_Object.html">Services_Zencoder_Object</a></span></p>
63+
<blockquote>
64+
<spanclass="method-name"><ahref="../Services_Zencoder/Services_Zencoder_Object.html#method__construct">Services_Zencoder_Object::__construct()</a></span><br>
65+
<spanclass="method-name"><ahref="../Services_Zencoder/Services_Zencoder_Object.html#method_create_outputs">Services_Zencoder_Object::_create_outputs()</a></span><br>
66+
</blockquote>
67+
68+
</div>
69+
</div>
70+
71+
72+
<pclass="notes"id="credit">
73+
Documentation generated on Wed, 11 Jan 2012 14:46:16 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
74+
</p>
75+
</div></body>
76+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp