Renamed index to getIndex in Controllers

This commit is contained in:
objecttothis
2023-01-27 19:58:30 +04:00
committed by Steve Ireland
parent 4d6a3cc5e1
commit 3831503721
24 changed files with 54 additions and 54 deletions

View File

@@ -80,7 +80,7 @@ class Secure_Controller extends BaseController
}
// this is the basic set of methods most OSPOS Controllers will implement
public function index() { return FALSE; }
public function getIndex() { return FALSE; }
public function search() { return FALSE; }
public function suggest_search() { return FALSE; }
public function view(int $data_item_id = -1) { return FALSE; }