Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/var-dumper/Dumper/AbstractDumper.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
37 | 37 |
38 private $charset; | 38 private $charset; |
39 | 39 |
40 /** | 40 /** |
41 * @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput | 41 * @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput |
42 * @param string $charset The default character encoding to use for non-UTF8 strings | 42 * @param string|null $charset The default character encoding to use for non-UTF8 strings |
43 * @param int $flags A bit field of static::DUMP_* constants to fine tune dumps representation | 43 * @param int $flags A bit field of static::DUMP_* constants to fine tune dumps representation |
44 */ | 44 */ |
45 public function __construct($output = null, $charset = null, $flags = 0) | 45 public function __construct($output = null, $charset = null, $flags = 0) |
46 { | 46 { |
47 $this->flags = (int) $flags; | 47 $this->flags = (int) $flags; |