PHP Class org\bovigo\vfs\DotDirectory

Inheritance: extends vfsStreamDirectory
Mostrar archivo Open project: mikey179/vfsstream

Public Methods

Method Description
getIterator ( ) : vfsStreamContainerIterator returns iterator for the children
isDot ( ) : boolean checks whether dir is a dot dir

Method Details

getIterator() public method

returns iterator for the children
public getIterator ( ) : vfsStreamContainerIterator
return vfsStreamContainerIterator

isDot() public method

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