class AbstractDumper implements DataDumperInterface, DumperInterface
Abstract mechanism for dumping a Data object.
| DUMP_LIGHT_ARRAY | |
| DUMP_STRING_LENGTH |
| static | $defaultOutput |
| __construct(callable|resource|string|null $output = null, string $charset = null, int $flags) | ||
| callable|resource|string | setOutput(callable|resource|string $output) Sets the output destination of the dumps. | |
| string | setCharset(string $charset) Sets the default character encoding to use for non-UTF8 strings. | |
| string | setIndentPad(string $pad) Sets the indentation pad string. | |
| dump(Data $data, callable|resource|string|null $output = null) Dumps a Data object. |
Sets the output destination of the dumps.
Sets the default character encoding to use for non-UTF8 strings.
Sets the indentation pad string.
Dumps a Data object.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/VarDumper/Dumper/AbstractDumper.html