org\bovigo\vfs\visitor\vfsStreamPrintVisitor::printContent PHP Метод

printContent() защищенный Метод

helper method to print the content
protected printContent ( string $name )
$name string
    protected function printContent($name)
    {
        fwrite($this->out, str_repeat('  ', $this->depth) . '- ' . $name . "\n");
    }