Documentation

LedgerAccountController extends Controller
in package
Uses Audited, ControllerResultHandler

Add traits common to all controllers

Table of Contents

add()  : LedgerAccount
Adding an account to the ledger.
create()  : LedgerAccount
Create a new ledger root.
delete()  : null
Delete a ledger account (and all sub-accounts). The accounts must be unused.
get()  : LedgerAccount
Get a single account
query()  : Collection
Return accounts matching a Query.
run()  : LedgerAccount|null
Perform an account operation.
update()  : LedgerAccount
Update an account.

Methods

delete()

Delete a ledger account (and all sub-accounts). The accounts must be unused.

public delete(Account $message) : null
Parameters
$message : Account
Tags
throws
Breaker
throws
Exception
Return values
null

Search results