PHP 클래스 org\bovigo\vfs\DotDirectory

상속: extends vfsStreamDirectory
파일 보기 프로젝트 열기: mikey179/vfsstream

공개 메소드들

메소드 설명
getIterator ( ) : vfsStreamContainerIterator returns iterator for the children
isDot ( ) : boolean checks whether dir is a dot dir

메소드 상세

getIterator() 공개 메소드

returns iterator for the children
public getIterator ( ) : vfsStreamContainerIterator
리턴 vfsStreamContainerIterator

isDot() 공개 메소드

checks whether dir is a dot dir
public isDot ( ) : boolean
리턴 boolean