WithdrawalDeleterInterface
in
Interface WithdrawalDeleterInterface
Tags
Table of Contents
- delete() : $this|WithdrawalDeleterInterface
- Deletes withdrawal entity data in database.
Methods
delete()
Deletes withdrawal entity data in database.
public
delete(WithdrawalInterface $withdrawal) : $this|WithdrawalDeleterInterface
Parameters
- $withdrawal : WithdrawalInterface
-
Withdrawal entity to be delete.
Return values
$this|WithdrawalDeleterInterface —Same instance for chained method calls.