14 lines
165 B
PHP
14 lines
165 B
PHP
<?php
|
|
|
|
namespace OCP\Core;
|
|
|
|
|
|
/**
|
|
* Class IServerContainer
|
|
* @package OCP\Core
|
|
*
|
|
* This container holds all ownCloud services
|
|
*/
|
|
interface IServerContainer {
|
|
|
|
}
|