-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
809a819
commit f9c3140
Showing
66 changed files
with
30 additions
and
23,738 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{% | ||
set topMenu = { | ||
"menu": [ | ||
{ "iconClass": "fab fa-php", "url": "https://packagist.org/packages/opencultureconsulting/basics"}, | ||
{ "iconClass": "fab fa-github", "url": "https://github.com/opencultureconsulting/php-basics"} | ||
] | ||
} | ||
%} | ||
|
||
<nav class="phpdocumentor-topnav"> | ||
<ul class="phpdocumentor-topnav__menu"> | ||
{% for key,menu in topMenu|default([]) %} | ||
{% for menuitem in menu %} | ||
<li class="phpdocumentor-topnav__menu-item -{{ key }}"> | ||
<a href="{{ menuitem.url }}"> | ||
<span> | ||
{% if menuitem.icon %} | ||
<i class="fab fa-{{ menuitem.icon }}">{{ menuitem.icon }}</i> | ||
{% endif %} | ||
{% if menuitem.iconClass %} | ||
<i class="{{ menuitem.iconClass }}"></i> | ||
{% endif %} | ||
{{ menuitem.name }} | ||
</span> | ||
</a> | ||
</li> | ||
{% endfor %} | ||
{% endfor %} | ||
</ul> | ||
</nav> |
1,580 changes: 0 additions & 1,580 deletions
1,580
docs/classes/OCC-Basics-DataStructures-StrictList.html
This file was deleted.
Oops, something went wrong.
1,712 changes: 0 additions & 1,712 deletions
1,712
docs/classes/OCC-Basics-DataStructures-StrictQueue.html
This file was deleted.
Oops, something went wrong.
1,712 changes: 0 additions & 1,712 deletions
1,712
docs/classes/OCC-Basics-DataStructures-StrictStack.html
This file was deleted.
Oops, something went wrong.
499 changes: 0 additions & 499 deletions
499
docs/classes/OCC-Basics-ErrorHandlers-ThrowErrorException.html
This file was deleted.
Oops, something went wrong.
449 changes: 0 additions & 449 deletions
449
docs/classes/OCC-Basics-ErrorHandlers-TriggerExceptionError.html
This file was deleted.
Oops, something went wrong.
711 changes: 0 additions & 711 deletions
711
docs/classes/OCC-Basics-InterfaceTraits-ArrayAccessTrait.html
This file was deleted.
Oops, something went wrong.
517 changes: 0 additions & 517 deletions
517
docs/classes/OCC-Basics-InterfaceTraits-CountableTrait.html
This file was deleted.
Oops, something went wrong.
517 changes: 0 additions & 517 deletions
517
docs/classes/OCC-Basics-InterfaceTraits-IteratorAggregateTrait.html
This file was deleted.
Oops, something went wrong.
748 changes: 0 additions & 748 deletions
748
docs/classes/OCC-Basics-InterfaceTraits-IteratorTrait.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.