classes.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <h3 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/default.html"><abbr title="\">Global</abbr></a></h3>
  45. </section>
  46. <section class="phpdocumentor-sidebar__category">
  47. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  48. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  49. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  50. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  51. </section>
  52. <section class="phpdocumentor-sidebar__category">
  53. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  54. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  55. </section>
  56. </aside>
  57. <div class="phpdocumentor-column -eight phpdocumentor-content">
  58. <div class="phpdocumentor-class-graph">
  59. <img class="phpdocumentor-class-graph__graph" src="graphs/classes.svg" id="scene" />
  60. </div>
  61. <script type="text/javascript">
  62. var element = document.querySelector('#scene');
  63. // And pass it to panzoom
  64. panzoom(element, {
  65. smoothScroll: false
  66. })
  67. </script>
  68. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  69. <section class="phpdocumentor-search-results__dialog">
  70. <header class="phpdocumentor-search-results__header">
  71. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  72. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  73. </header>
  74. <section class="phpdocumentor-search-results__body">
  75. <ul class="phpdocumentor-search-results__entries"></ul>
  76. </section>
  77. </section>
  78. </section>
  79. </div>
  80. </div>
  81. <a href="graphs/classes.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  82. </main>
  83. <script>
  84. cssVars({});
  85. </script>
  86. </body>
  87. </html>