Release 0.49
[awl.git] / docs / api / errors.html
blobf8994a70cab7558333f313510e31ffdfc2c5e91b
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 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <!-- template designed by Marco Von Ballmoos -->
6 <title>phpDocumentor Parser Errors and Warnings</title>
7 <link rel="stylesheet" href="media/stylesheet.css" />
8 </head>
9 <body>
10 <a href="#Post-parsing">Post-parsing</a><br>
11 <a href="#AwlCache.php">AwlCache.php</a><br>
12 <a href="#AwlDatabase.php">AwlDatabase.php</a><br>
13 <a href="#AwlDBDialect.php">AwlDBDialect.php</a><br>
14 <a href="#AwlQuery.php">AwlQuery.php</a><br>
15 <a href="#AwlUpgrader.php">AwlUpgrader.php</a><br>
16 <a href="#AWLUtilities.php">AWLUtilities.php</a><br>
17 <a href="#classBrowser.php">classBrowser.php</a><br>
18 <a href="#classEditor.php">classEditor.php</a><br>
19 <a href="#DataEntry.php">DataEntry.php</a><br>
20 <a href="#DataUpdate.php">DataUpdate.php</a><br>
21 <a href="#EMail.php">EMail.php</a><br>
22 <a href="#iCalendar.php">iCalendar.php</a><br>
23 <a href="#MenuSet.php">MenuSet.php</a><br>
24 <a href="#PgQuery.php">PgQuery.php</a><br>
25 <a href="#Session.php">Session.php</a><br>
26 <a href="#Translation.php">Translation.php</a><br>
27 <a href="#User.php">User.php</a><br>
28 <a href="#Validation.php">Validation.php</a><br>
29 <a href="#vCalendar.php">vCalendar.php</a><br>
30 <a href="#vComponent.php">vComponent.php</a><br>
31 <a href="#XMLDocument.php">XMLDocument.php</a><br>
32 <a href="#XMLElement.php">XMLElement.php</a><br>
33 <a name="Post-parsing"></a>
34 <h1>Post-parsing</h1>
35 <h2>Warnings:</h2><br>
36 <b>Warning</b> -
37 duplicate define element "E_USER_ERROR" in file /home/karora/projects/awl/inc/AwlDatabase.php will be ignored.
38 Use an @ignore tag on the original if you want this case to be documented.<br>
39 <a name="AuthPlugins.php"></a>
40 <h1>AuthPlugins.php</h1>
41 <h2>Warnings:</h2><br>
42 <b>Warning on line 27</b> - Page-level DocBlock precedes "require_once 'AWLUtilities.php'", use another DocBlock to document the source element<br>
43 <h2>Errors:</h2><br>
44 <b>Error on line 87</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package awl"<br>
45 <b>Error on line 107</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package awl"<br>
46 <a name="AwlCache.php"></a>
47 <h1>AwlCache.php</h1>
48 <h2>Warnings:</h2><br>
49 <b>Warning on line 9</b> - no @package tag was used in a DocBlock for class AwlCache<br>
50 <b>Warning on line 172</b> - File "/home/karora/projects/awl/inc/AwlCache.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br>
51 <a name="AwlDatabase.php"></a>
52 <h1>AwlDatabase.php</h1>
53 <h2>Warnings:</h2><br>
54 <b>Warning on line 36</b> - Unknown tag "@compatibility" used<br>
55 <b>Warning on line 36</b> - Page-level DocBlock precedes "require_once 'AwlDBDialect.php'", use another DocBlock to document the source element<br>
56 <a name="AwlDBDialect.php"></a>
57 <h1>AwlDBDialect.php</h1>
58 <h2>Warnings:</h2><br>
59 <b>Warning on line 17</b> - Unknown tag "@compatibility" used<br>
60 <b>Warning on line 17</b> - Page-level DocBlock precedes "define E_USER_ERROR", use another DocBlock to document the source element<br>
61 <a name="AwlQuery.php"></a>
62 <h1>AwlQuery.php</h1>
63 <h2>Warnings:</h2><br>
64 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once 'AwlDatabase.php'", use another DocBlock to document the source element<br>
65 <b>Warning on line 10</b> - Unknown tag "@compatibility" used<br>
66 <a name="AwlUpgrader.php"></a>
67 <h1>AwlUpgrader.php</h1>
68 <h2>Warnings:</h2><br>
69 <b>Warning on line 10</b> - Unknown tag "@compatibility" used<br>
70 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once 'AwlQuery.php'", use another DocBlock to document the source element<br>
71 <a name="classBrowser.php"></a>
72 <h1>classBrowser.php</h1>
73 <h2>Warnings:</h2><br>
74 <b>Warning on line 16</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
75 <a name="classEditor.php"></a>
76 <h1>classEditor.php</h1>
77 <h2>Warnings:</h2><br>
78 <b>Warning on line 11</b> - Page-level DocBlock precedes "require_once "DataUpdate.php"", use another DocBlock to document the source element<br>
79 <a name="DataEntry.php"></a>
80 <h1>DataEntry.php</h1>
81 <h2>Warnings:</h2><br>
82 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
83 <a name="DataUpdate.php"></a>
84 <h1>DataUpdate.php</h1>
85 <h2>Warnings:</h2><br>
86 <b>Warning on line 14</b> - Page-level DocBlock precedes "require_once 'AWLUtilities.php'", use another DocBlock to document the source element<br>
87 <a name="EMail.php"></a>
88 <h1>EMail.php</h1>
89 <h2>Warnings:</h2><br>
90 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
91 <a name="iCalendar.php"></a>
92 <h1>iCalendar.php</h1>
93 <h2>Warnings:</h2><br>
94 <b>Warning on line 48</b> - example file "To create a new iCalendar from several data values:
95 $ical = new iCalendar( array('DTSTART' => $dtstart, 'SUMMARY' => $summary, 'DURATION' => $duration ) );" does not exist<br>
96 <b>Warning on line 48</b> - example file "To render it as an iCalendar string:
97 echo $ical->Render();" does not exist<br>
98 <b>Warning on line 48</b> - example file "To clear any 'VALARM' components in an iCalendar object
99 $ical->component->ClearComponents('VALARM');" does not exist<br>
100 <b>Warning on line 48</b> - example file "To parse an existing iCalendar string for manipulation:
101 $ical = new iCalendar( array('icalendar' => $icalendar_text ) );" does not exist<br>
102 <b>Warning on line 48</b> - example file "To render just the VEVENTs in the iCalendar with a restricted list of properties:
103 echo $ical->Render( false, 'VEVENT', array( 'DTSTART', 'DURATION', 'DTEND', 'RRULE', 'SUMMARY') );" does not exist<br>
104 <b>Warning on line 48</b> - example file "To replace any 'RRULE' property in an iCalendar object
105 $ical->component->SetProperties( 'RRULE', $rrule_definition );" does not exist<br>
106 <b>Warning on line 48</b> - Page-level DocBlock precedes "require_once 'XMLElement.php'", use another DocBlock to document the source element<br>
107 <b>Warning on line 842</b> - Unknown tag "@note" used<br>
108 <b>Warning on line 941</b> - Unknown tag "@DEPRECATED:" used<br>
109 <b>Warning on line 1015</b> - Unknown tag "@DEPRECATED:" used<br>
110 <b>Warning on line 1075</b> - Unknown tag "@DEPRECATED:" used<br>
111 <b>Warning on line 1094</b> - Unknown tag "@DEPRECATED:" used<br>
112 <b>Warning on line 1128</b> - Unknown tag "@DEPRECATED:" used<br>
113 <b>Warning on line 1199</b> - Unknown tag "@DEPRECATED:" used<br>
114 <b>Warning on line 1236</b> - Unknown tag "@DEPRECATED:" used<br>
115 <b>Warning on line 1253</b> - Unknown tag "@DEPRECATED:" used<br>
116 <b>Warning on line 1307</b> - Unknown tag "@DEPRECATED:" used<br>
117 <b>Warning on line 1328</b> - Unknown tag "@DEPRECATED:" used<br>
118 <b>Warning on line 1350</b> - Unknown tag "@DEPRECATED:" used<br>
119 <b>Warning on line 1375</b> - Unknown tag "@DEPRECATED:" used<br>
120 <b>Warning on line 1386</b> - Unknown tag "@DEPRECATED:" used<br>
121 <b>Warning on line 1399</b> - Unknown tag "@DEPRECATED:" used<br>
122 <b>Warning on line 1411</b> - Unknown tag "@DEPRECATED:" used<br>
123 <b>Warning on line 1422</b> - Unknown tag "@DEPRECATED:" used<br>
124 <b>Warning on line 1433</b> - Unknown tag "@DEPRECATED:" used<br>
125 <b>Warning on line 1442</b> - Unknown tag "@DEPRECATED:" used<br>
126 <b>Warning on line 1452</b> - Unknown tag "@DEPRECATED:" used<br>
127 <b>Warning on line 1462</b> - Unknown tag "@DEPRECATED:" used<br>
128 <b>Warning on line 1476</b> - Unknown tag "@DEPRECATED:" used<br>
129 <b>Warning on line 1511</b> - Unknown tag "@DEPRECATED:" used<br>
130 <b>Warning on line 1547</b> - Unknown tag "@DEPRECATED:" used<br>
131 <b>Warning on line 1579</b> - Unknown tag "@DEPRECATED:" used<br>
132 <b>Warning on line 1655</b> - Unknown tag "@DEPRECATED:" used<br>
133 <b>Warning on line 1682</b> - Unknown tag "@DEPRECATED:" used<br>
134 <b>Warning on line 1700</b> - Unknown tag "@DEPRECATED:" used<br>
135 <b>Warning on line 1714</b> - Unknown tag "@DEPRECATED:" used<br>
136 <h2>Errors:</h2><br>
137 <b>Error on line 1094</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var integer The number of SOMETHINGS we want to get."<br>
138 <a name="MenuSet.php"></a>
139 <h1>MenuSet.php</h1>
140 <h2>Warnings:</h2><br>
141 <b>Warning on line 14</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
142 <a name="PgQuery.php"></a>
143 <h1>PgQuery.php</h1>
144 <h2>Warnings:</h2><br>
145 <b>Warning on line 55</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
146 <a name="Session.php"></a>
147 <h1>Session.php</h1>
148 <h2>Warnings:</h2><br>
149 <b>Warning on line 24</b> - Page-level DocBlock precedes "require_once 'AWLUtilities.php'", use another DocBlock to document the source element<br>
150 <a name="Translation.php"></a>
151 <h1>Translation.php</h1>
152 <h2>Warnings:</h2><br>
153 <b>Warning on line 74</b> -
154 duplicate function element "translate" in file /home/karora/projects/awl/inc/Translation.php will be ignored.
155 Use an @ignore tag on the original if you want this case to be documented.<br>
156 <a name="User.php"></a>
157 <h1>User.php</h1>
158 <h2>Warnings:</h2><br>
159 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
160 <a name="Validation.php"></a>
161 <h1>Validation.php</h1>
162 <h2>Warnings:</h2><br>
163 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
164 <a name="vCalendar.php"></a>
165 <h1>vCalendar.php</h1>
166 <h2>Warnings:</h2><br>
167 <b>Warning on line 20</b> - Page-level DocBlock precedes "require_once 'vComponent.php'", use another DocBlock to document the source element<br>
168 <b>Warning on line 22</b> - no @package tag was used in a DocBlock for class vCalendar<br>
169 <h2>Errors:</h2><br>
170 <b>Error on line 32</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string "<br>
171 <b>Error on line 32</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "<br>
172 <b>Error on line 32</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "<br>
173 <a name="vComponent.php"></a>
174 <h1>vComponent.php</h1>
175 <h2>Warnings:</h2><br>
176 <b>Warning on line 15</b> - Page-level DocBlock precedes "require_once 'XMLElement.php'", use another DocBlock to document the source element<br>
177 <b>Warning on line 859</b> - Unknown tag "@note" used<br>
178 <a name="XMLDocument.php"></a>
179 <h1>XMLDocument.php</h1>
180 <h2>Warnings:</h2><br>
181 <b>Warning on line 12</b> - Page-level DocBlock precedes "require_once "XMLElement.php"", use another DocBlock to document the source element<br>
182 <b>Warning on line 304</b> - docblock template never terminated with /**#@-*/<br>
183 <a name="XMLElement.php"></a>
184 <h1>XMLElement.php</h1>
185 <h2>Warnings:</h2><br>
186 <b>Warning on line 11</b> - Page-level DocBlock precedes "require_once 'AWLUtilities.php'", use another DocBlock to document the source element<br>
187 <a name="AWLUtilities.php"></a>
188 <h1>AWLUtilities.php</h1>
189 <h2>Errors:</h2><br>
190 <b>Error on line 26</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var [string ...] Parameters for the format string."<br>
191 <b>Error on line 26</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string A format string for the log message"<br>
192 <b>Error on line 150</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var boolean Should the dump recurse into arrays/objects in the array"<br>
193 <b>Error on line 150</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array The array to be dumped."<br>
194 <b>Error on line 150</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string What name should this array dump identify itself as"<br>
195 <p class="notes" id="credit">
196 Documentation generated on Mon, 24 Oct 2011 20:10:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
197 </p>
198 </body>
199 </html>