summaryrefslogtreecommitdiff
path: root/core/controllers/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/item.php')
-rw-r--r--core/controllers/item.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/controllers/item.php b/core/controllers/item.php
index e9ff03e6..027dcada 100644
--- a/core/controllers/item.php
+++ b/core/controllers/item.php
@@ -20,6 +20,13 @@
class Item_Controller extends REST_Controller {
protected $resource_type = "item";
+ /**
+ * @see Rest_Controller::_form($resource)
+ */
+ public function _form($comment) {
+ throw new Exception("@todo Comment_Controller::_get NOT IMPLEMENTED");
+ }
+
public function _get($item) {
// Redirect to the more specific resource type, since it will render
// differently. We could also just delegate here, but it feels more appropriate