classes.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <script src='https://unpkg.com/panzoom@8.7.3/dist/panzoom.min.js'></script>
  12. </head>
  13. <body id="top">
  14. <header class="phpdocumentor-header phpdocumentor-section">
  15. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  16. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  17. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  18. <i class="fas fa-bars"></i>
  19. </label>
  20. <section data-search-form class="phpdocumentor-search">
  21. <label>
  22. <span class="visually-hidden">Search for</span>
  23. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  24. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  25. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  26. </svg>
  27. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  28. </label>
  29. </section>
  30. <nav class="phpdocumentor-topnav">
  31. <ul class="phpdocumentor-topnav__menu">
  32. </ul>
  33. </nav>
  34. </header>
  35. <main class="phpdocumentor">
  36. <div class="phpdocumentor-section">
  37. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  38. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  39. Menu
  40. </label>
  41. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  42. <section class="phpdocumentor-sidebar__category">
  43. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  44. <h4 class="phpdocumentor-sidebar__root-namespace">
  45. <a href="namespaces/netico.html" class="">netico</a>
  46. </h4>
  47. <ul class="phpdocumentor-list">
  48. <li>
  49. <a href="namespaces/netico-bones.html" class="">Bones</a>
  50. </li>
  51. </ul>
  52. </section>
  53. <section class="phpdocumentor-sidebar__category">
  54. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  55. <h4 class="phpdocumentor-sidebar__root-namespace">
  56. <a href="packages/bones.html" class="">bones</a>
  57. </h4>
  58. </section>
  59. <section class="phpdocumentor-sidebar__category">
  60. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  61. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  62. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  63. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  64. </section>
  65. <section class="phpdocumentor-sidebar__category">
  66. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  67. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  68. </section>
  69. </aside>
  70. <div class="phpdocumentor-column -eight phpdocumentor-content">
  71. <div class="phpdocumentor-class-graph">
  72. <img class="phpdocumentor-class-graph__graph" src="graphs/classes.svg" id="scene" />
  73. </div>
  74. <script type="text/javascript">
  75. var element = document.querySelector('#scene');
  76. // And pass it to panzoom
  77. panzoom(element, {
  78. smoothScroll: false
  79. })
  80. </script>
  81. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  82. <section class="phpdocumentor-search-results__dialog">
  83. <header class="phpdocumentor-search-results__header">
  84. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  85. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  86. </header>
  87. <section class="phpdocumentor-search-results__body">
  88. <ul class="phpdocumentor-search-results__entries"></ul>
  89. </section>
  90. </section>
  91. </section>
  92. </div>
  93. </div>
  94. <a href="graphs/classes.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  95. </main>
  96. <script>
  97. cssVars({});
  98. </script>
  99. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  100. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  101. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  102. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  103. </body>
  104. </html>