it->isDot(); } /** @return whether the current entry is a directory */ function hasChildren() { return $this->it->hasChildren(); } /** @return the current subdirectory as a new DirectoryFilterDots instance. */ function getChildren() { return new DirectoryFilterDots($this->it->getPathname()); } /** @return the current entries path name */ function key() { return $this->it->getPathname(); } } ?>