Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
Normalizer.php
01 <?php
02
03 /*
04 * Copyright (C) 2016 Nicolas Grekas - p@tchwork.com
05 *
06 * This library is free software; you can redistribute it and/or modify it
07 * under the terms of the (at your option):
08 * Apache License v2.0 (http://apache.org/licenses/LICENSE-2.0.txt), or
09 * GNU General Public License v2.0 (http://gnu.org/licenses/gpl-2.0.txt).
10 */
11
12 /**
13 * Normalizer plugs Patchwork\PHP\Shim\Normalizer as a PHP implementation
14 * of intl's Normalizer when the intl extension in not enabled.
15 */
16 class Normalizer extends Patchwork\PHP\Shim\Normalizer
17 {
18 }
19