parent
aa979f5dff
commit
ba029ef4b2
@ -0,0 +1,14 @@ |
||||
<?php |
||||
|
||||
namespace OCP\Core; |
||||
|
||||
|
||||
/** |
||||
* Class IServerContainer |
||||
* @package OCP\Core |
||||
* |
||||
* This container holds all ownCloud services |
||||
*/ |
||||
interface IServerContainer { |
||||
|
||||
} |
@ -0,0 +1,15 @@ |
||||
<?php |
||||
|
||||
namespace OC; |
||||
|
||||
use OCP\Core\IServerContainer; |
||||
|
||||
/** |
||||
* Class Server |
||||
* @package OC |
||||
* |
||||
* TODO: hookup all manager classes |
||||
*/ |
||||
class Server implements IServerContainer { |
||||
|
||||
} |
Loading…
Reference in new issue