You are here

private static property vfsStream::$dotFiles 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::dotFiles

switch whether dotfiles are enabled in directory listings

@type bool

File

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

Class

vfsStream
Some utility methods for vfsStream.

Namespace

org\bovigo\vfs

Code

private static $dotFiles = true;