Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Tenant.php « Identity « Common « OpenCloud « lib « php-opencloud « 3rdparty « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62783613c2fcdfd65396b90f13b6ff9fb83e636d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

/**
 * PHP OpenCloud library.
 *
 * @author    Jamie Hannaford <jamie@limetree.org>
 * @version   2.0.0
 * @copyright Copyright 2012-2013 Rackspace US, Inc.
 * @license   https://www.apache.org/licenses/LICENSE-2.0 Apache 2.0
 */

/**
 * Description of Tenant
 * 
 * @link 
 * 
 * @codeCoverageIgnore
 */
class Tenant
{
    
}