index.html 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="icon" href="images/favicon.ico"/>
  8. <link rel="stylesheet" href="css/normalize.css">
  9. <link rel="stylesheet" href="css/base.css">
  10. <link rel="preconnect" href="https://fonts.gstatic.com">
  11. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  13. <link rel="stylesheet" href="css/template.css">
  14. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  15. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  18. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  19. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  20. <script src="js/search.js"></script>
  21. <script defer src="js/searchIndex.js"></script>
  22. </head>
  23. <body id="top">
  24. <header class="phpdocumentor-header phpdocumentor-section">
  25. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  26. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  27. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  28. <i class="fas fa-bars"></i>
  29. </label>
  30. <section data-search-form class="phpdocumentor-search">
  31. <label>
  32. <span class="visually-hidden">Search for</span>
  33. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  34. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  35. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  36. </svg>
  37. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  38. </label>
  39. </section>
  40. <nav class="phpdocumentor-topnav">
  41. <ul class="phpdocumentor-topnav__menu">
  42. </ul>
  43. </nav>
  44. </header>
  45. <main class="phpdocumentor">
  46. <div class="phpdocumentor-section">
  47. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  48. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  49. Menu
  50. </label>
  51. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  52. <section class="phpdocumentor-sidebar__category">
  53. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  54. <h4 class="phpdocumentor-sidebar__root-namespace">
  55. <a href="namespaces/netico.html" class="">netico</a>
  56. </h4>
  57. <ul class="phpdocumentor-list">
  58. <li>
  59. <a href="namespaces/netico-bones.html" class="">Bones</a>
  60. </li>
  61. </ul>
  62. </section>
  63. <section class="phpdocumentor-sidebar__category">
  64. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  65. <h4 class="phpdocumentor-sidebar__root-namespace">
  66. <a href="packages/bones.html" class="">bones</a>
  67. </h4>
  68. </section>
  69. <section class="phpdocumentor-sidebar__category">
  70. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  71. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  72. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  73. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  74. </section>
  75. <section class="phpdocumentor-sidebar__category">
  76. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  77. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  78. </section>
  79. </aside>
  80. <div class="phpdocumentor-column -eight phpdocumentor-content">
  81. <h2>Documentation</h2>
  82. <h3 id="packages">
  83. Packages
  84. <a href="#packages" class="headerlink"><i class="fas fa-link"></i></a>
  85. </h3>
  86. <dl class="phpdocumentor-table-of-contents">
  87. <dt class="phpdocumentor-table-of-contents__entry -package"><a href="packages/bones.html"><abbr title="\bones">bones</abbr></a></dt>
  88. </dl>
  89. <h3 id="namespaces">
  90. Namespaces
  91. <a href="#namespaces" class="headerlink"><i class="fas fa-link"></i></a>
  92. </h3>
  93. <dl class="phpdocumentor-table-of-contents">
  94. <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="namespaces/netico.html"><abbr title="\netico">netico</abbr></a></dt>
  95. </dl>
  96. <h3 id="toc">
  97. Table of Contents
  98. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  99. </h3>
  100. <dl class="phpdocumentor-table-of-contents">
  101. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  102. <a href="namespaces/default.html#constant_CONFIG">CONFIG</a>
  103. <span>
  104. &nbsp;= \realpath(&#039;../config/bones.ini&#039;) </span>
  105. </dt>
  106. <dd>Path to the configuration file.</dd>
  107. <dt class="phpdocumentor-table-of-contents__entry -constant -public">
  108. <a href="namespaces/default.html#constant_TEMPLATES">TEMPLATES</a>
  109. <span>
  110. &nbsp;= \realpath(&#039;../resources/templates&#039;) </span>
  111. </dt>
  112. <dd>Path to the folder that contains the templates.</dd>
  113. </dl>
  114. <section class="phpdocumentor-constants">
  115. <h3 class="phpdocumentor-elements__header" id="constants">
  116. Constants
  117. <a href="namespaces/default.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
  118. </h3>
  119. <article class="phpdocumentor-element -constant -public ">
  120. <h4 class="phpdocumentor-element__name" id="constant_CONFIG">
  121. CONFIG
  122. <a href="namespaces/default.html#constant_CONFIG" class="headerlink"><i class="fas fa-link"></i></a>
  123. </h4>
  124. <aside class="phpdocumentor-element-found-in">
  125. <abbr class="phpdocumentor-element-found-in__file" title="src/constants.php"><a href="files/src-constants.html"><abbr title="src/constants.php">constants.php</abbr></a></abbr>
  126. :
  127. <span class="phpdocumentor-element-found-in__line">16</span>
  128. </aside>
  129. <p class="phpdocumentor-summary">Path to the configuration file.</p>
  130. <code class="phpdocumentor-signature phpdocumentor-code ">
  131. <span class="phpdocumentor-signature__visibility">public</span>
  132. <span class="phpdocumentor-signature__type">mixed</span>
  133. <span class="phpdocumentor-signature__name">CONFIG</span>
  134. = <span class="phpdocumentor-signature__default-value">\realpath(&#039;../config/bones.ini&#039;)</span>
  135. </code>
  136. <section class="phpdocumentor-description"></section>
  137. </article>
  138. <article class="phpdocumentor-element -constant -public ">
  139. <h4 class="phpdocumentor-element__name" id="constant_TEMPLATES">
  140. TEMPLATES
  141. <a href="namespaces/default.html#constant_TEMPLATES" class="headerlink"><i class="fas fa-link"></i></a>
  142. </h4>
  143. <aside class="phpdocumentor-element-found-in">
  144. <abbr class="phpdocumentor-element-found-in__file" title="src/constants.php"><a href="files/src-constants.html"><abbr title="src/constants.php">constants.php</abbr></a></abbr>
  145. :
  146. <span class="phpdocumentor-element-found-in__line">20</span>
  147. </aside>
  148. <p class="phpdocumentor-summary">Path to the folder that contains the templates.</p>
  149. <code class="phpdocumentor-signature phpdocumentor-code ">
  150. <span class="phpdocumentor-signature__visibility">public</span>
  151. <span class="phpdocumentor-signature__type">mixed</span>
  152. <span class="phpdocumentor-signature__name">TEMPLATES</span>
  153. = <span class="phpdocumentor-signature__default-value">\realpath(&#039;../resources/templates&#039;)</span>
  154. </code>
  155. <section class="phpdocumentor-description"></section>
  156. </article>
  157. </section>
  158. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  159. <section class="phpdocumentor-search-results__dialog">
  160. <header class="phpdocumentor-search-results__header">
  161. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  162. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  163. </header>
  164. <section class="phpdocumentor-search-results__body">
  165. <ul class="phpdocumentor-search-results__entries"></ul>
  166. </section>
  167. </section>
  168. </section>
  169. </div>
  170. </div>
  171. <a href="index.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  172. </main>
  173. <script>
  174. cssVars({});
  175. </script>
  176. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  177. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  178. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  179. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  180. </body>
  181. </html>