You are here

public function vfsStreamVisitor::visitDirectory 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::visitDirectory()

visit a directory and process it

Parameters

vfsStreamDirectory $dir:

Return value

vfsStreamVisitor

1 call to vfsStreamVisitor::visitDirectory()
vfsStreamAbstractVisitor::visit in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php
visit a content and process it
2 methods override vfsStreamVisitor::visitDirectory()
vfsStreamPrintVisitor::visitDirectory in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php
visit a directory and process it
vfsStreamStructureVisitor::visitDirectory in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php
visit a directory and process it

File

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

Class

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

Namespace

org\bovigo\vfs\visitor

Code

public function visitDirectory(vfsStreamDirectory $dir);