extract interfaces from fileapi for public namespace

This commit is contained in:
Robin Appelman
2013-09-06 20:38:59 +02:00
parent 1cfd03771f
commit 0131a32025
6 changed files with 259 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use OC\Files\NotPermittedException;
require_once 'files/exceptions.php';
class Node {
class Node implements \OCP\Files\Node\Node {
/**
* @var \OC\Files\View $view
*/