Documentation

InvoiceController extends Controller
in package

Table of Contents

index()  : mixed
Get list of the invoice for current user
show()  : mixed
Show the invoice by id

Methods

index()

Get list of the invoice for current user

public index() : mixed
Return values
mixed

show()

Show the invoice by id

public show(mixed $id) : mixed
Parameters
$id : mixed
Return values
mixed

Search results