namespace org\bovigo\vfs\visitor
Object name | File name | Summary |
---|---|---|
vfsStreamAbstractVisitor | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php | Abstract base class providing an implementation for the visit() method. |
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. |
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. |
vfsStreamVisitor | vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php | Interface for a visitor to work on a vfsStream content structure. |