Пример #1
0
 /**
  * Sets whether textcodec conversion is enabled or not.
  *
  * @see isTextCodecEnabled().
  *
  * @param bool $enabled
  */
 static function setIsTextCodecEnabled($enabled)
 {
     self::$textCodecEnabled = (bool) $enabled;
 }