Files
PS_ProserveReport/ProserveAPI/htdocs/proserve/objects/db_user_role.php
2026-03-09 07:12:13 +01:00

11 lines
244 B
PHP

<?php
include_once '../objects/db_event_type.php';
class UserRole extends DBObjectType
{
// database connection and table name
//private $conn;
protected $table_name = USERROLES_TABLE_NAME;
//protected $array_key = "type";
}
?>