phpDocumentor

WithdrawalWriter

Class WithdrawalWriter

Table of Contents

$db  : Connection
__construct()  : mixed
WithdrawalWriter constructor.
createMultipleWithdrawals()  : array<string|int, int>
createWithdrawal()  : int
deleteWithdrawals()  : void
updateWithdrawals()  : void
deleteWithdrawal()  : void
Deletes a withdrawal from the database.
updateWithdrawal()  : void

Properties

Methods

__construct()

WithdrawalWriter constructor.

public __construct(Connection $db) : mixed
Parameters
$db : Connection
Return values
mixed

createMultipleWithdrawals()

public createMultipleWithdrawals(array<string|int, mixed> ...$creationArguments) : array<string|int, int>
Parameters
$creationArguments : array<string|int, mixed>

Provided array must contain arguments like they are used in the single creation method. Provide multiple arrays for multi creation.

Tags
throws
CreationOfWithdrawalFailedException
Return values
array<string|int, int>

Search results