CommandAdvance
in package
CommandAdvance
Tags
Table of Contents
Properties
- $amount : float
- $command : mixed
- $createdAt : DateTime
- $id : int
- $operation : string
Methods
- getAmount() : float
- Get amount
- getCommand() : Command
- Get command
- getCreatedAt() : DateTime
- Get createdAt
- getId() : int
- Get id
- getOperation() : string
- Get operation
- setAmount() : CommandAdvance
- Set amount
- setCommand() : CommandAdvance
- Set command
- setCreatedAt() : CommandAdvance
- Set createdAt
- setOperation() : CommandAdvance
- Set operation
Properties
$amount
private
float
$amount
Tags
$command
private
mixed
$command
Tags
$createdAt
private
DateTime
$createdAt
Tags
$id
private
int
$id
Tags
$operation
private
string
$operation
Tags
Methods
getAmount()
Get amount
public
getAmount() : float
Return values
floatgetCommand()
Get command
public
getCommand() : Command
Return values
CommandgetCreatedAt()
Get createdAt
public
getCreatedAt() : DateTime
Return values
DateTimegetId()
Get id
public
getId() : int
Return values
intgetOperation()
Get operation
public
getOperation() : string
Return values
stringsetAmount()
Set amount
public
setAmount(float $amount) : CommandAdvance
Parameters
- $amount : float
Return values
CommandAdvancesetCommand()
Set command
public
setCommand([Command $command = null ]) : CommandAdvance
Parameters
- $command : Command = null
Return values
CommandAdvancesetCreatedAt()
Set createdAt
public
setCreatedAt(DateTime $createdAt) : CommandAdvance
Parameters
- $createdAt : DateTime
Return values
CommandAdvancesetOperation()
Set operation
public
setOperation(string $operation) : CommandAdvance
Parameters
- $operation : string