🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 IQuota.php

📁 Path: /home/stakrfrcol/dolibarr/htdocs/includes/sabre/sabre/dav/lib/DAV/IQuota.php
📊 Size: 778 B
🔒 Perm: 0604
📝 MIME: text/x-php
<?php

declare(strict_types=1);

namespace Sabre\DAV;

/**
 * IQuota interface.
 *
 * Implement this interface to add the ability to return quota information. The ObjectTree
 * will check for quota information on any given node. If the information is not available it will
 * attempt to fetch the information from the root node.
 *
 * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
 * @author Evert Pot (http://evertpot.com/)
 * @license http://sabre.io/license/ Modified BSD License
 */
interface IQuota extends ICollection
{
    /**
     * Returns the quota information.
     *
     * This method MUST return an array with 2 values, the first being the total used space,
     * the second the available space (in bytes)
     */
    public function getQuotaInfo();
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨