diff options
Diffstat (limited to 'core/controllers/items.php')
-rw-r--r-- | core/controllers/items.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/controllers/items.php b/core/controllers/items.php index 1cb24324..ab63889e 100644 --- a/core/controllers/items.php +++ b/core/controllers/items.php @@ -21,21 +21,21 @@ class Items_Controller extends REST_Controller { protected $resource_type = "item"; /** - * @see Rest_Controller::_index() + * @see REST_Controller::_index() */ public function _index() { throw new Exception("@todo Item_Controller::_index NOT IMPLEMENTED"); } /** - * @see Rest_Controller::_form_add($parameters) + * @see REST_Controller::_form_add($parameters) */ public function _form_add($parameters) { throw new Exception("@todo Items_Controller::_form_add NOT IMPLEMENTED"); } /** - * @see Rest_Controller::_form_edit($resource) + * @see REST_Controller::_form_edit($resource) */ public function _form_edit($item) { throw new Exception("@todo Items_Controller::_form_edit NOT IMPLEMENTED"); |