Table of Contents
Properties
-
$db
: mixed
Methods
-
__construct()
: mixed
-
addBill()
: mixed
-
editBill()
: mixed
-
getBillsByUserId()
: mixed
-
markAsPaid()
: mixed
__construct()
public
__construct(DatabaseInterface $db) : mixed
Parameters
-
$db
: DatabaseInterface
-
addBill()
public
addBill(mixed $userId, mixed $dueDate, mixed $amount, mixed $description) : mixed
Parameters
-
$userId
: mixed
-
-
$dueDate
: mixed
-
-
$amount
: mixed
-
-
$description
: mixed
-
editBill()
public
editBill(mixed $billId, mixed $dueDate, mixed $amount, mixed $description) : mixed
Parameters
-
$billId
: mixed
-
-
$dueDate
: mixed
-
-
$amount
: mixed
-
-
$description
: mixed
-
getBillsByUserId()
public
getBillsByUserId(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
markAsPaid()
public
markAsPaid(mixed $billId) : mixed
Parameters
-
$billId
: mixed
-