blob: 4ec712cb00a236fed5200b465c5acdfda90dc265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Zend Gdata API Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/template.css" type="text/css" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.tools.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/template.js"></script>
</head>
<body>
<div id="content">
<h1>Deprecated elements</h1>
<div id="marker-accordion">
<h3>
<a href="#">Http/Client.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>1354</td>
<td>since 1.9</td>
</tr>
</table>
</div>
<h3>
<a href="#">Loader.php<small>3</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>219</td>
<td>Since 1.8.0</td>
</tr>
<tr>
<td>deprecated</td>
<td>242</td>
<td>Since 1.8.0</td>
</tr>
<tr>
<td>deprecated</td>
<td>295</td>
<td>Since 1.5.0; use loadFile() instead</td>
</tr>
</table>
</div>
<h3>
<a href="#">Validate/Abstract.php<small>2</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>70</td>
<td>Since 1.5.0</td>
</tr>
<tr>
<td>deprecated</td>
<td>288</td>
<td>Since 1.5.0</td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/YouTube/PlaylistListEntry.php<small>2</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>75</td>
<td>Deprecated as of version 2 of the YouTube API.</td>
</tr>
<tr>
<td>deprecated</td>
<td>176</td>
<td>Deprecated as of version 2 of the YouTube API.</td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/App/FeedEntryParent.php<small>2</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>143</td>
<td>Deprecated as of Zend Framework 1.7. Use
setService() instead.</td>
</tr>
<tr>
<td>deprecated</td>
<td>162</td>
<td>Deprecated as of Zend Framework 1.7. Use
getService() instead.</td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/App/FeedSourceParent.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>deprecated</td>
<td>85</td>
<td>Deprecated as of Zend Framework 1.7. Use
setService() instead.</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
|