PHP Interface org\bovigo\vfs\visitor\vfsStreamVisitor

See also: https://github.com/mikey179/vfsStream/issues/10
Since: 0.10.0
Afficher le fichier Open project: mikey179/vfsstream Interface 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
visitDirectory ( vfsStreamDirectory $dir ) : org\bovigo\vfs\visitor\vfsStreamVisitor visit a directory and process it
visitFile ( org\bovigo\vfs\vfsStreamFile $file ) : org\bovigo\vfs\visitor\vfsStreamVisitor visit a file 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

visitDirectory() public méthode

visit a directory and process it
public visitDirectory ( vfsStreamDirectory $dir ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$dir org\bovigo\vfs\vfsStreamDirectory
Résultat org\bovigo\vfs\visitor\vfsStreamVisitor

visitFile() public méthode

visit a file and process it
public visitFile ( org\bovigo\vfs\vfsStreamFile $file ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$file org\bovigo\vfs\vfsStreamFile
Résultat org\bovigo\vfs\visitor\vfsStreamVisitor