You are here

private property Quota::$amount 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::amount

quota in bytes

A value of -1 is treated as unlimited.

@type int

File

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

Class

Quota
Represents a quota for disk space.

Namespace

org\bovigo\vfs

Code

private $amount;