summaryrefslogtreecommitdiffstats
path: root/controller/usersettingscontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/usersettingscontroller.php')
-rw-r--r--controller/usersettingscontroller.php22
1 files changed, 16 insertions, 6 deletions
diff --git a/controller/usersettingscontroller.php b/controller/usersettingscontroller.php
index fd77a394f..f912487a7 100644
--- a/controller/usersettingscontroller.php
+++ b/controller/usersettingscontroller.php
@@ -29,18 +29,28 @@ use \OCA\AppFramework\Controller\Controller;
use \OCA\AppFramework\Core\API;
use \OCA\AppFramework\Http\Request;
-use \OCA\News\Bl\FeedBl;
+class UserSettingsController extends Controller {
-class FeedController extends Controller {
- private $feedBl;
-
- public function __construct(API $api, Request $request, FeedBl $feedBl){
+ public function __construct(API $api, Request $request){
parent::__construct($api, $request);
- $this->feedBl = $feedBl
}
+ public function read(){
+
+ }
+
+
+ public function show(){
+
+ }
+
+
+ public function hide(){
+
+ }
+
} \ No newline at end of file