You are here

public function DotDirectory::isDot 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::isDot()

checks whether dir is a dot dir

Return value

bool

Overrides vfsStreamDirectory::isDot

File

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

Class

DotDirectory
Directory container.

Namespace

org\bovigo\vfs

Code

public function isDot() {
  return true;
}