PHP Class org\bovigo\vfs\visitor\vfsStreamAbstractVisitor

See also: https://github.com/mikey179/vfsStream/issues/10
Since: 0.10.0
Inheritance: implements org\bovigo\vfs\visitor\vfsStreamVisitor
Afficher le fichier Open project: mikey179/vfsstream Class Usage Examples

Méthodes publiques

Méthode Description
visit ( org\bovigo\vfs\vfsStreamContent $content ) : org\bovigo\vfs\visitor\vfsStreamVisitor visit a content and process it
visitBlockDevice ( org\bovigo\vfs\vfsStreamBlock $block ) : org\bovigo\vfs\visitor\vfsStreamVisitor visit a block device and process it

Method Details

visit() public méthode

visit a content and process it
public visit ( org\bovigo\vfs\vfsStreamContent $content ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$content org\bovigo\vfs\vfsStreamContent
Résultat org\bovigo\vfs\visitor\vfsStreamVisitor

visitBlockDevice() public méthode

visit a block device and process it
public visitBlockDevice ( org\bovigo\vfs\vfsStreamBlock $block ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$block org\bovigo\vfs\vfsStreamBlock
Résultat org\bovigo\vfs\visitor\vfsStreamVisitor