Searched refs:Dumper (Results 1 – 11 of 11) sorted by relevance
3 use Twig\Profiler\Dumper\HtmlDumper;
3 use Twig\Profiler\Dumper\BaseDumper;
3 use Twig\Profiler\Dumper\BlackfireDumper;
3 use Twig\Profiler\Dumper\TextDumper;
12 namespace Twig\Profiler\Dumper;
96 $yaml = new Dumper($indent);
78 * the `Dumper::setIndentation()` method has been removed80 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of97 * the `Dumper`, `Parser`, and `Yaml` classes are marked as final
23 class Dumper class