markers.html 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  5. <meta charset="utf-8"/>
  6. <title> &raquo; Markers
  7. </title>
  8. <meta name="author" content=""/>
  9. <meta name="description" content=""/>
  10. <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
  11. <link href="../css/font-awesome.min.css" rel="stylesheet">
  12. <link href="../css/prism.css" rel="stylesheet" media="all"/>
  13. <link href="../css/template.css" rel="stylesheet" media="all"/>
  14. <!--[if lt IE 9]>
  15. <script src="../js/html5.js"></script>
  16. <![endif]-->
  17. <script src="../js/jquery-1.11.0.min.js"></script>
  18. <script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
  19. <script src="../js/bootstrap.min.js"></script>
  20. <script src="../js/jquery.smooth-scroll.js"></script>
  21. <script src="../js/prism.min.js"></script>
  22. <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
  23. <link rel="shortcut icon" href="../images/favicon.ico"/>
  24. <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
  25. <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
  26. <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
  27. </head>
  28. <body>
  29. <div class="navbar navbar-fixed-top">
  30. <div class="navbar-inner">
  31. <div class="container">
  32. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  33. <i class="icon-ellipsis-vertical"></i>
  34. </a>
  35. <a class="brand" href="../index.html">SWDB</a>
  36. <div class="nav-collapse">
  37. <ul class="nav pull-right">
  38. <li class="dropdown" id="charts-menu">
  39. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  40. Charts <b class="caret"></b>
  41. </a>
  42. <ul class="dropdown-menu">
  43. <li>
  44. <a href="../graphs/class.html">
  45. <i class="icon-list-alt"></i>&#160;Class hierarchy diagram
  46. </a>
  47. </li>
  48. </ul>
  49. </li>
  50. <li class="dropdown" id="reports-menu">
  51. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  52. Reports <b class="caret"></b>
  53. </a>
  54. <ul class="dropdown-menu">
  55. <li>
  56. <a href="../reports/errors.html">
  57. <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">0</span>
  58. </a>
  59. </li>
  60. <li>
  61. <a href="../reports/markers.html">
  62. <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">17</span>
  63. </a>
  64. </li>
  65. <li>
  66. <a href="../reports/deprecated.html">
  67. <i class="icon-list-alt"></i>&#160;Deprecated <span class="label label-info pull-right">0</span>
  68. </a>
  69. </li>
  70. </ul>
  71. </li>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. <!--<div class="go_to_top">-->
  77. <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>-->
  78. <!--</div>-->
  79. </div>
  80. <div id="___" class="container-fluid">
  81. <section class="row-fluid">
  82. <div class="span2 sidebar">
  83. <ul class="side-nav nav nav-list">
  84. <li class="nav-header">Navigation</li>
  85. <li><a href="#application/entity/Run.php"><i class="icon-file"></i> application/entity/Run.php</a></li>
  86. <li><a href="#application/entity/Unit.php"><i class="icon-file"></i> application/entity/Unit.php</a></li>
  87. <li><a href="#application/action/new_team.php"><i class="icon-file"></i> application/action/new_team.php</a></li>
  88. <li><a href="#application/action/edit_profile.php"><i class="icon-file"></i> application/action/edit_profile.php</a></li>
  89. <li><a href="#application/page/Guild_Page.php"><i class="icon-file"></i> application/page/Guild_Page.php</a></li>
  90. <li><a href="#application/page/Report_Skillup_Page.php"><i class="icon-file"></i> application/page/Report_Skillup_Page.php</a></li>
  91. <li><a href="#application/page/Runes_Page.php"><i class="icon-file"></i> application/page/Runes_Page.php</a></li>
  92. <li><a href="#application/Constant.php"><i class="icon-file"></i> application/Constant.php</a></li>
  93. <li><a href="#application/view/runs.php"><i class="icon-file"></i> application/view/runs.php</a></li>
  94. <li><a href="#application/view/teams.php"><i class="icon-file"></i> application/view/teams.php</a></li>
  95. <li><a href="#application/view/help.php"><i class="icon-file"></i> application/view/help.php</a></li>
  96. <li><a href="#public/API/v1/log-run/index.php"><i class="icon-file"></i> public/API/v1/log-run/index.php</a></li>
  97. <li><a href="#public/API/v1/log-profile/index.php"><i class="icon-file"></i> public/API/v1/log-profile/index.php</a></li>
  98. </ul>
  99. </div>
  100. <div class="span10 offset2">
  101. <ul class="breadcrumb">
  102. <li><a href="../"><i class="icon-map-marker"></i></a><span class="divider">\</span></li>
  103. <li>Markers</li>
  104. </ul>
  105. <div id="marker-accordion">
  106. <div class="package-contents">
  107. <a name="application/entity/Run.php" id="application/entity/Run.php"></a>
  108. <h3>
  109. <i class="icon-file"></i>
  110. application/entity/Run.php
  111. <small style="float: right;padding-right: 10px;">2</small>
  112. </h3>
  113. <div>
  114. <table class="table markers table-bordered">
  115. <tr>
  116. <th>Type</th>
  117. <th>Line</th>
  118. <th>Description</th>
  119. </tr>
  120. <tr>
  121. <td>TODO</td>
  122. <td>10</td>
  123. <td>Replace in_array for property_exists</td>
  124. </tr>
  125. <tr>
  126. <td>TODO</td>
  127. <td>301</td>
  128. <td>Calculate?</td>
  129. </tr>
  130. </table>
  131. </div>
  132. </div>
  133. <div class="package-contents">
  134. <a name="application/entity/Unit.php" id="application/entity/Unit.php"></a>
  135. <h3>
  136. <i class="icon-file"></i>
  137. application/entity/Unit.php
  138. <small style="float: right;padding-right: 10px;">3</small>
  139. </h3>
  140. <div>
  141. <table class="table markers table-bordered">
  142. <tr>
  143. <th>Type</th>
  144. <th>Line</th>
  145. <th>Description</th>
  146. </tr>
  147. <tr>
  148. <td>TODO</td>
  149. <td>280</td>
  150. <td>Entity $this-&gt;monster = new Building($this-&gt;db, $r[&quot;building&quot;]);</td>
  151. </tr>
  152. <tr>
  153. <td>TODO</td>
  154. <td>298</td>
  155. <td>Create entities?</td>
  156. </tr>
  157. <tr>
  158. <td>TODO</td>
  159. <td>300</td>
  160. <td>Instantiate?</td>
  161. </tr>
  162. </table>
  163. </div>
  164. </div>
  165. <div class="package-contents">
  166. <a name="application/action/new_team.php" id="application/action/new_team.php"></a>
  167. <h3>
  168. <i class="icon-file"></i>
  169. application/action/new_team.php
  170. <small style="float: right;padding-right: 10px;">1</small>
  171. </h3>
  172. <div>
  173. <table class="table markers table-bordered">
  174. <tr>
  175. <th>Type</th>
  176. <th>Line</th>
  177. <th>Description</th>
  178. </tr>
  179. <tr>
  180. <td>TODO</td>
  181. <td>11</td>
  182. <td>Replace in_array for property_exists</td>
  183. </tr>
  184. </table>
  185. </div>
  186. </div>
  187. <div class="package-contents">
  188. <a name="application/action/edit_profile.php" id="application/action/edit_profile.php"></a>
  189. <h3>
  190. <i class="icon-file"></i>
  191. application/action/edit_profile.php
  192. <small style="float: right;padding-right: 10px;">2</small>
  193. </h3>
  194. <div>
  195. <table class="table markers table-bordered">
  196. <tr>
  197. <th>Type</th>
  198. <th>Line</th>
  199. <th>Description</th>
  200. </tr>
  201. <tr>
  202. <td>TODO</td>
  203. <td>34</td>
  204. <td>Validate mail</td>
  205. </tr>
  206. <tr>
  207. <td>TODO</td>
  208. <td>46</td>
  209. <td>Validate current</td>
  210. </tr>
  211. </table>
  212. </div>
  213. </div>
  214. <div class="package-contents">
  215. <a name="application/page/Guild_Page.php" id="application/page/Guild_Page.php"></a>
  216. <h3>
  217. <i class="icon-file"></i>
  218. application/page/Guild_Page.php
  219. <small style="float: right;padding-right: 10px;">1</small>
  220. </h3>
  221. <div>
  222. <table class="table markers table-bordered">
  223. <tr>
  224. <th>Type</th>
  225. <th>Line</th>
  226. <th>Description</th>
  227. </tr>
  228. <tr>
  229. <td>TODO</td>
  230. <td>51</td>
  231. <td>Where guild.member.player = ...</td>
  232. </tr>
  233. </table>
  234. </div>
  235. </div>
  236. <div class="package-contents">
  237. <a name="application/page/Report_Skillup_Page.php" id="application/page/Report_Skillup_Page.php"></a>
  238. <h3>
  239. <i class="icon-file"></i>
  240. application/page/Report_Skillup_Page.php
  241. <small style="float: right;padding-right: 10px;">1</small>
  242. </h3>
  243. <div>
  244. <table class="table markers table-bordered">
  245. <tr>
  246. <th>Type</th>
  247. <th>Line</th>
  248. <th>Description</th>
  249. </tr>
  250. <tr>
  251. <td>TODO</td>
  252. <td>138</td>
  253. <td></td>
  254. </tr>
  255. </table>
  256. </div>
  257. </div>
  258. <div class="package-contents">
  259. <a name="application/page/Runes_Page.php" id="application/page/Runes_Page.php"></a>
  260. <h3>
  261. <i class="icon-file"></i>
  262. application/page/Runes_Page.php
  263. <small style="float: right;padding-right: 10px;">1</small>
  264. </h3>
  265. <div>
  266. <table class="table markers table-bordered">
  267. <tr>
  268. <th>Type</th>
  269. <th>Line</th>
  270. <th>Description</th>
  271. </tr>
  272. <tr>
  273. <td>TODO</td>
  274. <td>240</td>
  275. <td></td>
  276. </tr>
  277. </table>
  278. </div>
  279. </div>
  280. <div class="package-contents">
  281. <a name="application/Constant.php" id="application/Constant.php"></a>
  282. <h3>
  283. <i class="icon-file"></i>
  284. application/Constant.php
  285. <small style="float: right;padding-right: 10px;">1</small>
  286. </h3>
  287. <div>
  288. <table class="table markers table-bordered">
  289. <tr>
  290. <th>Type</th>
  291. <th>Line</th>
  292. <th>Description</th>
  293. </tr>
  294. <tr>
  295. <td>TODO</td>
  296. <td>494</td>
  297. <td>Lumel</td>
  298. </tr>
  299. </table>
  300. </div>
  301. </div>
  302. <div class="package-contents">
  303. <a name="application/view/runs.php" id="application/view/runs.php"></a>
  304. <h3>
  305. <i class="icon-file"></i>
  306. application/view/runs.php
  307. <small style="float: right;padding-right: 10px;">1</small>
  308. </h3>
  309. <div>
  310. <table class="table markers table-bordered">
  311. <tr>
  312. <th>Type</th>
  313. <th>Line</th>
  314. <th>Description</th>
  315. </tr>
  316. <tr>
  317. <td>TODO</td>
  318. <td>157</td>
  319. <td>Labyrinth difficulty</td>
  320. </tr>
  321. </table>
  322. </div>
  323. </div>
  324. <div class="package-contents">
  325. <a name="application/view/teams.php" id="application/view/teams.php"></a>
  326. <h3>
  327. <i class="icon-file"></i>
  328. application/view/teams.php
  329. <small style="float: right;padding-right: 10px;">1</small>
  330. </h3>
  331. <div>
  332. <table class="table markers table-bordered">
  333. <tr>
  334. <th>Type</th>
  335. <th>Line</th>
  336. <th>Description</th>
  337. </tr>
  338. <tr>
  339. <td>TODO</td>
  340. <td>217</td>
  341. <td>Handle star color.</td>
  342. </tr>
  343. </table>
  344. </div>
  345. </div>
  346. <div class="package-contents">
  347. <a name="application/view/help.php" id="application/view/help.php"></a>
  348. <h3>
  349. <i class="icon-file"></i>
  350. application/view/help.php
  351. <small style="float: right;padding-right: 10px;">1</small>
  352. </h3>
  353. <div>
  354. <table class="table markers table-bordered">
  355. <tr>
  356. <th>Type</th>
  357. <th>Line</th>
  358. <th>Description</th>
  359. </tr>
  360. <tr>
  361. <td>TODO</td>
  362. <td>12</td>
  363. <td>Implement</td>
  364. </tr>
  365. </table>
  366. </div>
  367. </div>
  368. <div class="package-contents">
  369. <a name="public/API/v1/log-run/index.php" id="public/API/v1/log-run/index.php"></a>
  370. <h3>
  371. <i class="icon-file"></i>
  372. public/API/v1/log-run/index.php
  373. <small style="float: right;padding-right: 10px;">1</small>
  374. </h3>
  375. <div>
  376. <table class="table markers table-bordered">
  377. <tr>
  378. <th>Type</th>
  379. <th>Line</th>
  380. <th>Description</th>
  381. </tr>
  382. <tr>
  383. <td>TODO</td>
  384. <td>16</td>
  385. <td>Validate USER/KEY</td>
  386. </tr>
  387. </table>
  388. </div>
  389. </div>
  390. <div class="package-contents">
  391. <a name="public/API/v1/log-profile/index.php" id="public/API/v1/log-profile/index.php"></a>
  392. <h3>
  393. <i class="icon-file"></i>
  394. public/API/v1/log-profile/index.php
  395. <small style="float: right;padding-right: 10px;">1</small>
  396. </h3>
  397. <div>
  398. <table class="table markers table-bordered">
  399. <tr>
  400. <th>Type</th>
  401. <th>Line</th>
  402. <th>Description</th>
  403. </tr>
  404. <tr>
  405. <td>TODO</td>
  406. <td>17</td>
  407. <td>Validate USER/KEY</td>
  408. </tr>
  409. </table>
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414. </section>
  415. <footer class="row-fluid">
  416. <section class="span10 offset2">
  417. <section class="row-fluid">
  418. <section class="span10 offset1">
  419. <section class="row-fluid footer-sections">
  420. <section class="span4">
  421. <h1><i class="icon-code"></i></h1>
  422. <div>
  423. <ul>
  424. </ul>
  425. </div>
  426. </section>
  427. <section class="span4">
  428. <h1><i class="icon-bar-chart"></i></h1>
  429. <div>
  430. <ul>
  431. <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
  432. </ul>
  433. </div>
  434. </section>
  435. <section class="span4">
  436. <h1><i class="icon-pushpin"></i></h1>
  437. <div>
  438. <ul>
  439. <li><a href="../reports/errors.html">Errors</a></li>
  440. <li><a href="../reports/markers.html">Markers</a></li>
  441. </ul>
  442. </div>
  443. </section>
  444. </section>
  445. </section>
  446. </section>
  447. <section class="row-fluid">
  448. <section class="span10 offset1">
  449. <hr />
  450. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
  451. on January 28th, 2020 at 11:56.
  452. </section>
  453. </section>
  454. </section>
  455. </footer>
  456. </div>
  457. </body>
  458. </html>