phpDocumentor

WithdrawalInterface

Interface WithdrawalInterface

Tags
category

System

subpackage

Entities

Table of Contents

delete()  : $this|WithdrawalInterface
Deletes withdrawal from database.
getCreatedByAdmin()  : bool
Checks if withdrawal by admin created or not.
getDateCreated()  : DateTime
Returns the withdrawal created datetime.
getWithdrawalContent()  : string
Returns the content.
getWithdrawalDate()  : DateTime
Returns the withdrawal datetime.
getWithdrawalId()  : int
Returns the withdrawal id.
getWithdrawalOrder()  : WithdrawalOrderInterface
Returns the withdrawal Order.
setCreatedByAdmin()  : $this|WithdrawalInterface
Sets whether the withdrawal by admin created or not.
setDateCreated()  : $this|WithdrawalInterface
Sets the withdrawal created datetime.
setWithdrawalContent()  : $this|WithdrawalInterface
Sets the withdrawal content.
setWithdrawalDate()  : $this|WithdrawalInterface
sets the datetime.
setWithdrawalId()  : $this|WithdrawalInterface
Sets the withdrawal id.
setWithdrawalOrder()  : $this|WithdrawalInterface
Sets the withdrawal order.
store()  : $this|WithdrawalInterface
Saves withdrawal in database.

Methods

getCreatedByAdmin()

Checks if withdrawal by admin created or not.

public getCreatedByAdmin() : bool
Return values
bool

getDateCreated()

Returns the withdrawal created datetime.

public getDateCreated() : DateTime
Return values
DateTime

getWithdrawalContent()

Returns the content.

public getWithdrawalContent() : string
Return values
string

getWithdrawalDate()

Returns the withdrawal datetime.

public getWithdrawalDate() : DateTime
Return values
DateTime

getWithdrawalId()

Returns the withdrawal id.

public getWithdrawalId() : int
Return values
int

Withdrawal id.

Search results