[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/patchwork/utf8/src/ -> Normalizer.php (source)

   1  <?php
   2  
   3  /*
   4   * Copyright (C) 2016 Nicolas Grekas - p@tchwork.com
   5   *
   6   * This library is free software; you can redistribute it and/or modify it
   7   * under the terms of the (at your option):
   8   * Apache License v2.0 (http://apache.org/licenses/LICENSE-2.0.txt), or
   9   * 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  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1