Logidav Docs

TrackingCodeContent
in package

TrackingCodeContent

Tags
ORM\Table

(name="mz_tracking_code_content")

ORM\Entity

(repositoryClass="AppBundle\Repository\TrackingCodeContentRepository")

Table of Contents

Properties

$code  : string
$content  : string
$contentJson  : string
$id  : int

Methods

getCode()  : string
Get code
getContent()  : string
getContentJson()  : string
getId()  : int
Get id
setCode()  : TrackingCodeContent
Set code
setContent()  : void
setContentJson()  : void

Properties

$code

private string $code
Tags
ORM\Column

(name="code", type="string", length=255, unique=true)

$content

private string $content
Tags
ORM\Column

(name="content", type="text", nullable=true)

$contentJson

private string $contentJson
Tags
ORM\Column

(name="content_json", type="text", nullable=true)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

Methods

setContent()

public setContent(string $content) : void
Parameters
$content : string

setContentJson()

public setContentJson(string $contentJson) : void
Parameters
$contentJson : string

        
On this page

Search results