[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/willdurand/negotiation/src/Negotiation/ -> CharsetNegotiator.php (source)

   1  <?php
   2  
   3  namespace Negotiation;
   4  
   5  class CharsetNegotiator extends AbstractNegotiator
   6  {
   7      /**
   8       * {@inheritdoc}
   9       */
  10      protected function acceptFactory($accept)
  11      {
  12          return new AcceptCharset($accept);
  13      }
  14  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer