/
home
/
assocoweys
/
sompe
/
libraries
/
vendor
/
willdurand
/
negotiation
/
src
/
Negotiation
/
Upload File
HOME
<?php namespace Negotiation; class CharsetNegotiator extends AbstractNegotiator { /** * {@inheritdoc} */ protected function acceptFactory($accept) { return new AcceptCharset($accept); } }