public function vfsStreamVisitor::visitBlockDevice in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php \org\bovigo\vfs\visitor\vfsStreamVisitor::visitBlockDevice()
visit a block device and process it
Parameters
vfsStreamBlock $block:
Return value
1 method overrides vfsStreamVisitor::visitBlockDevice()
- vfsStreamAbstractVisitor::visitBlockDevice in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ visitor/ vfsStreamAbstractVisitor.php - visit a block device and process it
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ visitor/ vfsStreamVisitor.php, line 54
Class
- vfsStreamVisitor
- Interface for a visitor to work on a vfsStream content structure.
Namespace
org\bovigo\vfs\visitorCode
public function visitBlockDevice(vfsStreamBlock $block);