1 | <?php defined('BASEPATH') or exit('No direct script access allowed'); |
||
3 | class GetList extends Auth_Controller { |
||
4 | private $userID; |
||
5 | |||
6 | public function __construct() { |
||
22 | |||
23 | public function index(string $category = 'all') : void { |
||
29 | |||
30 | private function _sanitize(array $trackerData) : array { |
||
33 | } |
||
34 |