You are here

public function Quota::__construct 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::__construct()

constructor

Parameters

int $amount quota in bytes:

File

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

Class

Quota
Represents a quota for disk space.

Namespace

org\bovigo\vfs

Code

public function __construct($amount) {
  $this->amount = $amount;
}