You are here

public static function Quota::unlimited in Zircon Profile 8

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

create with unlimited space

Return value

Quota

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\vfs

Code

public static function unlimited() {
  return new self(self::UNLIMITED);
}