| 1 | <?php |
||
| 2 | class VolunteerObject |
||
| 3 | { |
||
| 4 | protected $tableName; |
||
| 5 | protected $dbData; |
||
| 6 | protected $index; |
||
| 7 | protected $id; |
||
| 8 | |||
| 9 | public function __construct($id, $dbData, $tableName, $index) |
||
| 31 | |||
| 32 | public function getDataTable() |
||
| 36 | |||
| 37 | public function getDataFilter() |
||
| 41 | |||
| 42 | public function __get($propName) |
||
| 46 | } |
||
| 47 |