org\bovigo\vfs\Quota::__construct PHP 메소드

__construct() 공개 메소드

constructor
public __construct ( integer $amount )
$amount integer quota in bytes
    public function __construct($amount)
    {
        $this->amount = $amount;
    }