You are here

public static function vfsStream::useDotfiles in Zircon Profile 8.0

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

checks if vfsStream lists dotfiles in directory listings

@since 1.3.0

Return value

bool

1 call to vfsStream::useDotfiles()
vfsStreamContainerIterator::__construct in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php
constructor

File

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

Class

vfsStream
Some utility methods for vfsStream.

Namespace

org\bovigo\vfs

Code

public static function useDotfiles() {
  return self::$dotFiles;
}