public static function vfsStream::disableDotfiles in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php \org\bovigo\vfs\vfsStream::disableDotfiles()
disable dotfiles in directory listings
@since 1.3.0
3 calls to vfsStream::disableDotfiles()
- DirectoryIterationTestCase::provideSwitchWithExpectations in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ DirectoryIterationTestCase.php - DirectoryIterationTestCase::recursiveDirectoryIterationWithDotsDisabled in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ DirectoryIterationTestCase.php - @test @group issue_50
- vfsStreamContainerIteratorTestCase::provideSwitchWithExpectations in vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamContainerIteratorTestCase.php
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStream.php, line 448
Class
- vfsStream
- Some utility methods for vfsStream.
Namespace
org\bovigo\vfsCode
public static function disableDotfiles() {
self::$dotFiles = false;
}