diff options
Diffstat (limited to 'docs/reports')
-rw-r--r-- | docs/reports/deprecated.html | 153 | ||||
-rw-r--r-- | docs/reports/errors.html | 577 | ||||
-rw-r--r-- | docs/reports/markers.html | 174 |
3 files changed, 904 insertions, 0 deletions
diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html new file mode 100644 index 0000000..33cfc92 --- /dev/null +++ b/docs/reports/deprecated.html @@ -0,0 +1,153 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> + <meta charset="utf-8"/> + <title> » Deprecated elements +</title> + <meta name="author" content=""/> + <meta name="description" content=""/> + + <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> + <link href="../css/font-awesome.min.css" rel="stylesheet"> + <link href="../css/prism.css" rel="stylesheet" media="all"/> + <link href="../css/template.css" rel="stylesheet" media="all"/> + + <!--[if lt IE 9]> + <script src="../js/html5.js"></script> + <![endif]--> + <script src="../js/jquery-1.11.0.min.js"></script> + <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> + <script src="../js/bootstrap.min.js"></script> + <script src="../js/jquery.smooth-scroll.js"></script> + <script src="../js/prism.min.js"></script> + <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> + + <link rel="shortcut icon" href="../images/favicon.ico"/> + <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> +</head> +<body> + +<div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <i class="icon-ellipsis-vertical"></i> + </a> + <a class="brand" href="../index.html">API Documentation</a> + + <div class="nav-collapse"> + <ul class="nav pull-right"> + <li class="dropdown" id="charts-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Charts <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../graphs/class.html"> + <i class="icon-list-alt"></i> Class hierarchy diagram + </a> + </li> + </ul> + </li> + <li class="dropdown" id="reports-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Reports <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../reports/errors.html"> + <i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">50</span> + </a> + </li> + <li> + <a href="../reports/markers.html"> + <i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">1</span> + </a> + </li> + <li> + <a href="../reports/deprecated.html"> + <i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span> + </a> + </li> + </ul> + </li> + </ul> + </div> + </div> + </div> + <!--<div class="go_to_top">--> + <!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>--> + <!--</div>--> +</div> + +<div id="___" class="container-fluid"> + <div class="row-fluid"> + + <div class="span2 sidebar"> + <ul class="side-nav nav nav-list"> + <li class="nav-header">Navigation</li> + </ul> + </div> + + <div class="span10 offset2"> + <ul class="breadcrumb"> + <li><a href="../"><i class="icon-remove-sign"></i></a><span class="divider">\</span></li> + <li>Deprecated elements</li> + </ul> + + <div id="marker-accordion"> + <div class="alert alert-info">No deprecated elements have been found in this project.</div> + </table> + </div> + </div> + </div> + </div> + + <footer class="row-fluid"> + <section class="span10 offset2"> + <section class="row-fluid"> + <section class="span10 offset1"> + <section class="row-fluid footer-sections"> + <section class="span4"> + <h1><i class="icon-code"></i></h1> + <div> + <ul> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-bar-chart"></i></h1> + <div> + <ul> + <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-pushpin"></i></h1> + <div> + <ul> + <li><a href="../reports/errors.html">Errors</a></li> + <li><a href="../reports/markers.html">Markers</a></li> + </ul> + </div> + </section> + </section> + </section> + </section> + <section class="row-fluid"> + <section class="span10 offset1"> + <hr /> + Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored + on February 7th, 2015 at 21:04. + </section> + </section> + </section> + </footer> +</div> + +</body> +</html> diff --git a/docs/reports/errors.html b/docs/reports/errors.html new file mode 100644 index 0000000..100bf3c --- /dev/null +++ b/docs/reports/errors.html @@ -0,0 +1,577 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> + <meta charset="utf-8"/> + <title> » Compilation errors +</title> + <meta name="author" content=""/> + <meta name="description" content=""/> + + <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> + <link href="../css/font-awesome.min.css" rel="stylesheet"> + <link href="../css/prism.css" rel="stylesheet" media="all"/> + <link href="../css/template.css" rel="stylesheet" media="all"/> + + <!--[if lt IE 9]> + <script src="../js/html5.js"></script> + <![endif]--> + <script src="../js/jquery-1.11.0.min.js"></script> + <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> + <script src="../js/bootstrap.min.js"></script> + <script src="../js/jquery.smooth-scroll.js"></script> + <script src="../js/prism.min.js"></script> + <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> + + <link rel="shortcut icon" href="../images/favicon.ico"/> + <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> +</head> +<body> + +<div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <i class="icon-ellipsis-vertical"></i> + </a> + <a class="brand" href="../index.html">API Documentation</a> + + <div class="nav-collapse"> + <ul class="nav pull-right"> + <li class="dropdown" id="charts-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Charts <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../graphs/class.html"> + <i class="icon-list-alt"></i> Class hierarchy diagram + </a> + </li> + </ul> + </li> + <li class="dropdown" id="reports-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Reports <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../reports/errors.html"> + <i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">50</span> + </a> + </li> + <li> + <a href="../reports/markers.html"> + <i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">1</span> + </a> + </li> + <li> + <a href="../reports/deprecated.html"> + <i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span> + </a> + </li> + </ul> + </li> + </ul> + </div> + </div> + </div> + <!--<div class="go_to_top">--> + <!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>--> + <!--</div>--> +</div> + +<div id="___" class="container-fluid"> + <section class="row-fluid"> + <div class="span2 sidebar"> + + <ul class="side-nav nav nav-list"> + <li class="nav-header">Navigation</li> + <li><a href="#file.class.php"><i class="icon-file"></i> file.class.php</a></li> + <li><a href="#correspondence.class.php"><i class="icon-file"></i> correspondence.class.php</a></li> + <li><a href="#client.class.php"><i class="icon-file"></i> client.class.php</a></li> + <li><a href="#assignment.class.php"><i class="icon-file"></i> assignment.class.php</a></li> + <li><a href="#response.class.php"><i class="icon-file"></i> response.class.php</a></li> + <li><a href="#contact.class.php"><i class="icon-file"></i> contact.class.php</a></li> + <li><a href="#BusinessAdmin.class.php"><i class="icon-file"></i> BusinessAdmin.class.php</a></li> + <li><a href="#offer.class.php"><i class="icon-file"></i> offer.class.php</a></li> + </ul> + </div> + + <div class="span10 offset2"> + <ul class="breadcrumb"> + <li><a href="../"><i class="icon-remove-sign"></i></a><span class="divider">\</span></li> + <li>Compilation Errors</li> + </ul> + + + <div class="package-contents"> + <a name="file.class.php" id="file.class.php"></a> + <h3> + <i class="icon-file"></i> + file.class.php + <small style="float: right;padding-right: 10px;">1</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>44</td> + <td>Argument $pdo is missing from the Docblock of __construct</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="correspondence.class.php" id="correspondence.class.php"></a> + <h3> + <i class="icon-file"></i> + correspondence.class.php + <small style="float: right;padding-right: 10px;">5</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>0</td> + <td>No summary was found for this file</td> + </tr> + <tr> + <td>error</td> + <td>115</td> + <td>Argument $key is missing from the Docblock of _</td> + </tr> + <tr> + <td>error</td> + <td>128</td> + <td>Argument $orientation is missing from the Docblock of __construct</td> + </tr> + <tr> + <td>error</td> + <td>142</td> + <td>Argument $lang is missing from the Docblock of SetLangauge</td> + </tr> + <tr> + <td>error</td> + <td>156</td> + <td>Argument $contact is missing from the Docblock of SetContact</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="client.class.php" id="client.class.php"></a> + <h3> + <i class="icon-file"></i> + client.class.php + <small style="float: right;padding-right: 10px;">3</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>44</td> + <td>Argument $pdo is missing from the Docblock of __construct</td> + </tr> + <tr> + <td>error</td> + <td>89</td> + <td>Argument $name is missing from the Docblock of setName</td> + </tr> + <tr> + <td>error</td> + <td>176</td> + <td>Argument $name is missing from the Docblock of createContact</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="assignment.class.php" id="assignment.class.php"></a> + <h3> + <i class="icon-file"></i> + assignment.class.php + <small style="float: right;padding-right: 10px;">8</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>53</td> + <td>Argument $pdo is missing from the Docblock of __construct</td> + </tr> + <tr> + <td>error</td> + <td>121</td> + <td>Argument $title is missing from the Docblock of setTitle</td> + </tr> + <tr> + <td>error</td> + <td>139</td> + <td>Argument $parseMarkdown is missing from the Docblock of getDescription</td> + </tr> + <tr> + <td>error</td> + <td>157</td> + <td>Argument $description is missing from the Docblock of setDescription</td> + </tr> + <tr> + <td>error</td> + <td>186</td> + <td>Argument $hours is missing from the Docblock of setHours</td> + </tr> + <tr> + <td>error</td> + <td>215</td> + <td>Argument $price_per_hour is missing from the Docblock of setPricePerHour</td> + </tr> + <tr> + <td>error</td> + <td>244</td> + <td>Argument $vat is missing from the Docblock of setVAT</td> + </tr> + <tr> + <td>error</td> + <td>276</td> + <td>Argument $what is missing from the Docblock of calculate</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="response.class.php" id="response.class.php"></a> + <h3> + <i class="icon-file"></i> + response.class.php + <small style="float: right;padding-right: 10px;">5</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>47</td> + <td>Argument $name is missing from the Docblock of __set</td> + </tr> + <tr> + <td>error</td> + <td>58</td> + <td>Argument $name is missing from the Docblock of __get</td> + </tr> + <tr> + <td>error</td> + <td>69</td> + <td>Argument $name is missing from the Docblock of __isset</td> + </tr> + <tr> + <td>error</td> + <td>78</td> + <td>Argument $name is missing from the Docblock of __unset</td> + </tr> + <tr> + <td>error</td> + <td>91</td> + <td>Argument $code is missing from the Docblock of http_response_code</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="contact.class.php" id="contact.class.php"></a> + <h3> + <i class="icon-file"></i> + contact.class.php + <small style="float: right;padding-right: 10px;">9</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>52</td> + <td>Argument $pdo is missing from the Docblock of __construct</td> + </tr> + <tr> + <td>error</td> + <td>123</td> + <td>Argument $name is missing from the Docblock of setName</td> + </tr> + <tr> + <td>error</td> + <td>152</td> + <td>Argument $email is missing from the Docblock of setEmail</td> + </tr> + <tr> + <td>error</td> + <td>181</td> + <td>Argument $address is missing from the Docblock of setAddress</td> + </tr> + <tr> + <td>error</td> + <td>210</td> + <td>Argument $address_2 is missing from the Docblock of setAddress_2</td> + </tr> + <tr> + <td>error</td> + <td>239</td> + <td>Argument $postal_code is missing from the Docblock of setPostalCode</td> + </tr> + <tr> + <td>error</td> + <td>268</td> + <td>Argument $city is missing from the Docblock of setCity</td> + </tr> + <tr> + <td>error</td> + <td>297</td> + <td>Argument $country is missing from the Docblock of setCountry</td> + </tr> + <tr> + <td>error</td> + <td>326</td> + <td>Argument $language is missing from the Docblock of setLanguage</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="BusinessAdmin.class.php" id="BusinessAdmin.class.php"></a> + <h3> + <i class="icon-file"></i> + BusinessAdmin.class.php + <small style="float: right;padding-right: 10px;">11</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>43</td> + <td>Argument $pdo is missing from the Docblock of getClientIds</td> + </tr> + <tr> + <td>error</td> + <td>63</td> + <td>Argument $pdo is missing from the Docblock of getClients</td> + </tr> + <tr> + <td>error</td> + <td>83</td> + <td>Argument $pdo is missing from the Docblock of getContactIds</td> + </tr> + <tr> + <td>error</td> + <td>103</td> + <td>Argument $pdo is missing from the Docblock of getContacts</td> + </tr> + <tr> + <td>error</td> + <td>124</td> + <td>Argument $pdo is missing from the Docblock of getOfferIds</td> + </tr> + <tr> + <td>error</td> + <td>145</td> + <td>Argument $pdo is missing from the Docblock of getOffers</td> + </tr> + <tr> + <td>error</td> + <td>165</td> + <td>Argument $pdo is missing from the Docblock of getAssignmentIds</td> + </tr> + <tr> + <td>error</td> + <td>185</td> + <td>Argument $pdo is missing from the Docblock of getAssignments</td> + </tr> + <tr> + <td>error</td> + <td>208</td> + <td>Argument $pdo is missing from the Docblock of createClient</td> + </tr> + <tr> + <td>error</td> + <td>229</td> + <td>Argument $pdo is missing from the Docblock of createFile</td> + </tr> + <tr> + <td>error</td> + <td>262</td> + <td>Argument $timestamp is missing from the Docblock of formatDate</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + <a name="offer.class.php" id="offer.class.php"></a> + <h3> + <i class="icon-file"></i> + offer.class.php + <small style="float: right;padding-right: 10px;">8</small> + </h3> + <div> + <table class="table markers table-bordered"> + <thead> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>error</td> + <td>56</td> + <td>Argument $pdo is missing from the Docblock of __construct</td> + </tr> + <tr> + <td>error</td> + <td>165</td> + <td>Argument $start_date is missing from the Docblock of setStartDate</td> + </tr> + <tr> + <td>error</td> + <td>194</td> + <td>Argument $end_date is missing from the Docblock of setEndDate</td> + </tr> + <tr> + <td>error</td> + <td>223</td> + <td>Argument $invoice_date is missing from the Docblock of setInvoiceDate</td> + </tr> + <tr> + <td>error</td> + <td>252</td> + <td>Argument $payment_received is missing from the Docblock of setPaymentReceived</td> + </tr> + <tr> + <td>error</td> + <td>326</td> + <td>Argument $invoice_fileId is missing from the Docblock of setInvoiceFileId</td> + </tr> + <tr> + <td>error</td> + <td>358</td> + <td>Argument $what is missing from the Docblock of calculate</td> + </tr> + <tr> + <td>error</td> + <td>419</td> + <td>Argument $title is missing from the Docblock of createAssignment</td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="package-contents"> + </div> + </div> + </section> + + <footer class="row-fluid"> + <section class="span10 offset2"> + <section class="row-fluid"> + <section class="span10 offset1"> + <section class="row-fluid footer-sections"> + <section class="span4"> + <h1><i class="icon-code"></i></h1> + <div> + <ul> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-bar-chart"></i></h1> + <div> + <ul> + <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-pushpin"></i></h1> + <div> + <ul> + <li><a href="../reports/errors.html">Errors</a></li> + <li><a href="../reports/markers.html">Markers</a></li> + </ul> + </div> + </section> + </section> + </section> + </section> + <section class="row-fluid"> + <section class="span10 offset1"> + <hr /> + Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored + on February 7th, 2015 at 21:04. + </section> + </section> + </section> + </footer> +</div> + +</body> +</html> diff --git a/docs/reports/markers.html b/docs/reports/markers.html new file mode 100644 index 0000000..ee7f23f --- /dev/null +++ b/docs/reports/markers.html @@ -0,0 +1,174 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> + <meta charset="utf-8"/> + <title> » Markers +</title> + <meta name="author" content=""/> + <meta name="description" content=""/> + + <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> + <link href="../css/font-awesome.min.css" rel="stylesheet"> + <link href="../css/prism.css" rel="stylesheet" media="all"/> + <link href="../css/template.css" rel="stylesheet" media="all"/> + + <!--[if lt IE 9]> + <script src="../js/html5.js"></script> + <![endif]--> + <script src="../js/jquery-1.11.0.min.js"></script> + <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> + <script src="../js/bootstrap.min.js"></script> + <script src="../js/jquery.smooth-scroll.js"></script> + <script src="../js/prism.min.js"></script> + <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> + + <link rel="shortcut icon" href="../images/favicon.ico"/> + <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> +</head> +<body> + +<div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <i class="icon-ellipsis-vertical"></i> + </a> + <a class="brand" href="../index.html">API Documentation</a> + + <div class="nav-collapse"> + <ul class="nav pull-right"> + <li class="dropdown" id="charts-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Charts <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../graphs/class.html"> + <i class="icon-list-alt"></i> Class hierarchy diagram + </a> + </li> + </ul> + </li> + <li class="dropdown" id="reports-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Reports <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../reports/errors.html"> + <i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">50</span> + </a> + </li> + <li> + <a href="../reports/markers.html"> + <i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">1</span> + </a> + </li> + <li> + <a href="../reports/deprecated.html"> + <i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span> + </a> + </li> + </ul> + </li> + </ul> + </div> + </div> + </div> + <!--<div class="go_to_top">--> + <!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>--> + <!--</div>--> +</div> + +<div id="___" class="container-fluid"> + <section class="row-fluid"> + <div class="span2 sidebar"> + <ul class="side-nav nav nav-list"> + <li class="nav-header">Navigation</li> + <li><a href="#BusinessAdmin.class.php"><i class="icon-file"></i> BusinessAdmin.class.php</a></li> + </ul> + </div> + + <div class="span10 offset2"> + + <ul class="breadcrumb"> + <li><a href="../"><i class="icon-map-marker"></i></a><span class="divider">\</span></li> + <li>Markers</li> + </ul> + + + <div id="marker-accordion"> + <div class="package-contents"> + <a name="BusinessAdmin.class.php" id="BusinessAdmin.class.php"></a> + <h3> + <i class="icon-file"></i> + BusinessAdmin.class.php + <small style="float: right;padding-right: 10px;">1</small> + </h3> + <div> + <table class="table markers table-bordered"> + <tr> + <th>Type</th> + <th>Line</th> + <th>Description</th> + </tr> + <tr> + <td>TODO</td> + <td>262</td> + <td>implement $relatively = true</td> + </tr> + </table> + </div> + </div> + </div> + </div> + </section> + + <footer class="row-fluid"> + <section class="span10 offset2"> + <section class="row-fluid"> + <section class="span10 offset1"> + <section class="row-fluid footer-sections"> + <section class="span4"> + <h1><i class="icon-code"></i></h1> + <div> + <ul> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-bar-chart"></i></h1> + <div> + <ul> + <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-pushpin"></i></h1> + <div> + <ul> + <li><a href="../reports/errors.html">Errors</a></li> + <li><a href="../reports/markers.html">Markers</a></li> + </ul> + </div> + </section> + </section> + </section> + </section> + <section class="row-fluid"> + <section class="span10 offset1"> + <hr /> + Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored + on February 7th, 2015 at 21:04. + </section> + </section> + </section> + </footer> +</div> + +</body> +</html> |