Pimcore\Console\AbstractCommand::dumpVerbose PHP Method

dumpVerbose() protected method

protected dumpVerbose ( mixed $data, null | integer $flags = null )
$data mixed
$flags null | integer
    protected function dumpVerbose($data, $flags = null)
    {
        if ($this->output->isVerbose()) {
            $this->dump($data, $flags);
        }
    }