_show($root); } public function _form_add($item_id) { throw new Exception("@todo Rearrange_Controller::_form_add NOT IMPLEMENTED"); } public function _form_edit($tag) { throw new Exception("@todo Rearrange_Controller::_form_edit NOT IMPLEMENTED"); } public function _create($tag) { throw new Exception("@todo Rearrange_Controller::_create NOT IMPLEMENTED"); } public function _delete($tag) { throw new Exception("@todo Rearrange_Controller::_delete NOT IMPLEMENTED"); } public function _update($tag) { throw new Exception("@todo Rearrange_Controller::_update NOT IMPLEMENTED"); } }