vfsStreamAbstractVisitor
in package
implements
vfsStreamVisitor
Abstract base class providing an implementation for the visit() method.
Tags
Interfaces, Classes and Traits
- vfsStreamVisitor
- Interface for a visitor to work on a vfsStream content structure.
Table of Contents
- visit() : vfsStreamVisitor
- visit a content and process it
- visitBlockDevice() : vfsStreamVisitor
- visit a block device and process it
Methods
visit()
visit a content and process it
public
visit(vfsStreamContent $content) : vfsStreamVisitor
Parameters
- $content : vfsStreamContent
Tags
Return values
vfsStreamVisitor —visitBlockDevice()
visit a block device and process it
public
visitBlockDevice(vfsStreamBlock $block) : vfsStreamVisitor
Parameters
- $block : vfsStreamBlock