Logidav Docs

ContainerLog
in package

Container

Tags
ORM\Table

(name="mz_container_log")

ORM\Entity

(repositoryClass="AppBundle\Repository\Container\ContainerLogRepository")

Serializer\ExclusionPolicy

("all")

Table of Contents

Properties

$command  : mixed
$container  : mixed
$createdAt  : DateTime
$id  : int
$message  : string
$user  : mixed

Methods

getCommand()  : mixed
getContainer()  : mixed
getCreatedAt()  : DateTime
getId()  : int
getMessage()  : string
getUser()  : mixed|User
setCommand()  : void
setContainer()  : void
setCreatedAt()  : void
setMessage()  : void
setUser()  : ContainerLog

Properties

$command

private mixed $command
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Command")

ORM\JoinColumn

(nullable=true)

$container

private mixed $container
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Container", inversedBy="salelogs")

ORM\JoinColumn

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

$message

private string $message
Tags
ORM\Column

(name="message", type="text")

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

ORM\JoinColumn

(nullable=false)

Methods

getCreatedAt()

public getCreatedAt() : DateTime
Return values
DateTime

getMessage()

public getMessage() : string
Return values
string

setCommand()

public setCommand(mixed $command) : void
Parameters
$command : mixed

setContainer()

public setContainer(mixed $container) : void
Parameters
$container : mixed

setCreatedAt()

public setCreatedAt(DateTime $createdAt) : void
Parameters
$createdAt : DateTime

setMessage()

public setMessage(string $message) : void
Parameters
$message : string

        
On this page

Search results