Documentation

Bill
in package

Table of Contents

Properties

$db  : mixed

Methods

__construct()  : mixed
addBill()  : mixed
editBill()  : mixed
getBillsByUserId()  : mixed
markAsPaid()  : mixed

Properties

Methods

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

        
On this page

Search results