You are here

namespace org\bovigo\vfs\visitor in Zircon Profile 8.0

Same name in other branches
  1. 8 org\bovigo\vfs\visitor
Classsort descending Location Description
vfsStreamAbstractVisitor vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php Abstract base class providing an implementation for the visit() method.
vfsStreamAbstractVisitorTestCase vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitorTestCase.php Test for org\bovigo\vfs\visitor\vfsStreamAbstractVisitor.
vfsStreamPrintVisitor vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php Visitor which traverses a content structure recursively to print it to an output stream.
vfsStreamPrintVisitorTestCase vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitorTestCase.php Test for org\bovigo\vfs\visitor\vfsStreamPrintVisitor.
vfsStreamStructureVisitor vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php Visitor which traverses a content structure recursively to create an array structure from it.
vfsStreamStructureVisitorTestCase vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitorTestCase.php Test for org\bovigo\vfs\visitor\vfsStreamStructureVisitor.
vfsStreamVisitor vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php Interface for a visitor to work on a vfsStream content structure.