PHP Class App\Ninja\Repositories\PaymentRepository

Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Methods

Method Description
delete ( $payment )
find ( $clientPublicId = null, $filter = null )
findForContact ( $contactId = null, $filter = null )
getClassName ( )
restore ( $payment )
save ( $input, $payment = null )

Method Details

delete() public method

public delete ( $payment )

find() public method

public find ( $clientPublicId = null, $filter = null )

findForContact() public method

public findForContact ( $contactId = null, $filter = null )

getClassName() public method

public getClassName ( )

restore() public method

public restore ( $payment )

save() public method

public save ( $input, $payment = null )