PHP 인터페이스 org\bovigo\vfs\visitor\vfsStreamVisitor

또한 보기: https://github.com/mikey179/vfsStream/issues/10
부터: 0.10.0
파일 보기 프로젝트 열기: mikey179/vfsstream 0 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

visit() 공개 메소드

visit a content and process it
public visit ( org\bovigo\vfs\vfsStreamContent $content ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$content org\bovigo\vfs\vfsStreamContent
리턴 org\bovigo\vfs\visitor\vfsStreamVisitor

visitBlockDevice() 공개 메소드

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

visitDirectory() 공개 메소드

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

visitFile() 공개 메소드

visit a file and process it
public visitFile ( org\bovigo\vfs\vfsStreamFile $file ) : org\bovigo\vfs\visitor\vfsStreamVisitor
$file org\bovigo\vfs\vfsStreamFile
리턴 org\bovigo\vfs\visitor\vfsStreamVisitor