public function FeedsExEncoderInterface::__construct in Feeds extensible parsers 7
Constructs a FeedsExEncoderInterface object.
Parameters
array $encoding_list: The list of encodings to search through.
1 method overrides FeedsExEncoderInterface::__construct()
- FeedsExTextEncoder::__construct in src/
Text/ Utility.php - Constructs a FeedsExEncoderInterface object.
File
- src/
Text/ Utility.php, line 19 - Contains FeedsExEncoderInterface and FeedsExTextEncoder.
Class
- FeedsExEncoderInterface
- Coverts text encodings.
Code
public function __construct(array $encoding_list);