public static function Quota::unlimited in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/Quota.php \org\bovigo\vfs\Quota::unlimited()
create with unlimited space
Return value
1 call to Quota::unlimited()
- vfsStreamWrapper::register in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamWrapper.php - method to register the stream wrapper
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ Quota.php, line 47
Class
- Quota
- Represents a quota for disk space.
Namespace
org\bovigo\vfsCode
public static function unlimited() {
return new self(self::UNLIMITED);
}