PHP org\bovigo\vfs\visitor Пространство имен

Interfaces

Имя Описание
vfsStreamVisitor Interface for a visitor to work on a vfsStream content structure.

Классы

Имя Описание
vfsStreamAbstractVisitor Abstract base class providing an implementation for the visit() method.
vfsStreamAbstractVisitorTestCase Test for org\bovigo\vfs\visitor\vfsStreamAbstractVisitor.
vfsStreamPrintVisitor Visitor which traverses a content structure recursively to print it to an output stream.
vfsStreamPrintVisitorTestCase Test for org\bovigo\vfs\visitor\vfsStreamPrintVisitor.
vfsStreamStructureVisitor Visitor which traverses a content structure recursively to create an array structure from it.
vfsStreamStructureVisitorTestCase Test for org\bovigo\vfs\visitor\vfsStreamStructureVisitor.