You are here

protected function FeedsExBase::__construct in Feeds extensible parsers 7.2

1 call to FeedsExBase::__construct()
FeedsExHtml::__construct in src/FeedsExHtml.inc
1 method overrides FeedsExBase::__construct()
FeedsExHtml::__construct in src/FeedsExHtml.inc

File

src/FeedsExBase.inc, line 173
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

protected function __construct($id) {
  parent::__construct($id);
  $this->isMultibyte = $GLOBALS['multibyte'] == UNICODE_MULTIBYTE;
}