You are here

public function DotDirectory::getIterator in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php \org\bovigo\vfs\DotDirectory::getIterator()

returns iterator for the children

Return value

vfsStreamContainerIterator

Overrides vfsStreamDirectory::getIterator

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php, line 21

Class

DotDirectory
Directory container.

Namespace

org\bovigo\vfs

Code

public function getIterator() {
  return new \ArrayIterator(array());
}