Horde_Block_Account_Base::getQuota PHP Method

getQuota() public method

Returns the user's quota if available.
public getQuota ( ) : array
return array A quota array, elements are used bytes and limit bytes.
    public function getQuota()
    {
        return array();
    }