PHP org\bovigo\vfs Пространство имен

Пространства имен

org\bovigo\vfs\content
org\bovigo\vfs\visitor

Interfaces

Имя Описание
vfsStreamContainer Interface for stream contents that are able to store other stream contents.
vfsStreamContent Interface for stream contents.

Классы

Имя Описание
DotDirectory Directory container.
FilenameTestCase Test for directory iteration.
Issue104TestCase
Quota Represents a quota for disk space.
QuotaTestCase Test for org\bovigo\vfs\Quota.
TestvfsStreamAbstractContent Helper class for the test.
TestvfsStreamWrapper Helper class for the test.
vfsStream Some utility methods for vfsStream.
vfsStreamAbstractContent Base stream contents container.
vfsStreamAbstractContentTestCase Test for org\bovigo\vfs\vfsStreamAbstractContent.
vfsStreamContainerIterator Iterator for children of a directory container.
vfsStreamContainerIteratorTestCase Test for org\bovigo\vfs\vfsStreamContainerIterator.
vfsStreamDirectory Directory container.
vfsStreamDirectoryIssue134TestCase
vfsStreamDirectoryIssue18TestCase Test for org\bovigo\vfs\vfsStreamDirectory.
vfsStreamDirectoryTestCase Test for org\bovigo\vfs\vfsStreamDirectory.
vfsStreamExLockTestCase Test for LOCK_EX behaviour related to file_put_contents().
vfsStreamGlobTestCase Test for org\bovigo\vfs\vfsStream.
vfsStreamResolveIncludePathTestCase Test for org\bovigo\vfs\vfsStream.
vfsStreamUmaskTestCase Test for umask settings.
vfsStreamWrapper Stream wrapper to mock file system requests.
vfsStreamWrapperAlreadyRegisteredTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperBaseTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperDirSeparatorTestCase Test that using windows directory separator works correct.
vfsStreamWrapperFileTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperFileTimesTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperFlockTestCase Test for flock() implementation.
vfsStreamWrapperMkDirTestCase Test for org\bovigo\vfs\vfsStreamWrapper around mkdir().
vfsStreamWrapperQuotaTestCase Test for quota related functionality of org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperRecordingProxy Stream wrapper to mock file system requests.
vfsStreamWrapperSelectStreamTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamWrapperSetOptionTestCase Test for stream_set_option() implementation.
vfsStreamWrapperWithoutRootTestCase Test for org\bovigo\vfs\vfsStreamWrapper.
vfsStreamZipTestCase Test for org\bovigo\vfs\vfsStreamWrapper in conjunction with ext/zip.