Logidav Docs

LogScanAsir
in package

LogScanAsir

Tags
ORM\Table

(name="mz_log_scan_asir")

ORM\Entity

(repositoryClass="AppBundle\Repository\LogScanAsirRepository")

Table of Contents

Properties

$action  : string
$code  : float
$createdAt  : DateTime
$id  : int
$user  : mixed

Methods

getAction()  : string
Get action
getCode()  : float
Get amount
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getUser()  : User
Get user
setAction()  : LogScanAsir
Set action
setCode()  : LogScanAsir
Set amount
setCreatedAt()  : LogScanAsir
Set createdAt
setUser()  : LogScanAsir
Set user

Properties

$action

private string $action
Tags
ORM\Column

(name="action", type="string", length=255, nullable=true)

$code

private float $code
Tags
ORM\Column

(name="code", type="string", nullable=true)

$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")

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

Methods

getAction()

Get action

public getAction() : string
Return values
string

getCode()

Get amount

public getCode() : float
Return values
float

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getId()

Get id

public getId() : int
Return values
int

        
On this page

Search results