You are here

public function vfsStreamVisitor::visitFile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php \org\bovigo\vfs\visitor\vfsStreamVisitor::visitFile()

visit a file and process it

Parameters

vfsStreamFile $file:

Return value

vfsStreamVisitor

2 calls to vfsStreamVisitor::visitFile()
vfsStreamAbstractVisitor::visit in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php
visit a content and process it
vfsStreamAbstractVisitor::visitBlockDevice in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php
visit a block device and process it
2 methods override vfsStreamVisitor::visitFile()
vfsStreamPrintVisitor::visitFile in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php
visit a file and process it
vfsStreamStructureVisitor::visitFile in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php
visit a file and process it

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php, line 38

Class

vfsStreamVisitor
Interface for a visitor to work on a vfsStream content structure.

Namespace

org\bovigo\vfs\visitor

Code

public function visitFile(vfsStreamFile $file);