org\bovigo\vfs\visitor\vfsStreamPrintVisitor::visitFile PHP 메소드

visitFile() 공개 메소드

visit a file and process it
public visitFile ( org\bovigo\vfs\vfsStreamFile $file ) : vfsStreamPrintVisitor
$file org\bovigo\vfs\vfsStreamFile
리턴 vfsStreamPrintVisitor
    public function visitFile(vfsStreamFile $file)
    {
        $this->printContent($file->getName());
        return $this;
    }