Logidav Docs

CommandAdvance
in package

CommandAdvance

Tags
ORM\Table

(name="mz_command_advance")

ORM\Entity

(repositoryClass="AppBundle\Repository\CommandAdvanceRepository")

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
ORM\Column

(name="amount", type="float")

$command

private mixed $command
Tags
ORM\ManyToOne

(targetEntity="Command", inversedBy="command")

$createdAt

private DateTime $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$operation

private string $operation
Tags
ORM\Column

(name="operation", type="string", length=255)

Methods

getAmount()

Get amount

public getAmount() : float
Return values
float

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getOperation()

Get operation

public getOperation() : string
Return values
string

        
On this page

Search results