Logidav Docs

ContactLead
in package

Contact

Tags
ORM\Table

(name="mz_contact_lead")

ORM\Entity

(repositoryClass="AppBundle\Repository\ContactLeadRepository")

Table of Contents

Properties

$createdAt  : DateTime
$email  : string
$id  : int
$name  : string
$phone  : string
$projectName  : string

Methods

getCreatedAt()  : DateTime
Get createdAt
getEmail()  : string
Get email
getId()  : int
Get id
getName()  : string
Get name
getPhone()  : string
Get phone
getProjectName()  : string
Get projectName
setCreatedAt()  : ContactLead
Set createdAt
setEmail()  : ContactLead
Set email
setName()  : ContactLead
Set name
setPhone()  : ContactLead
Set phone
setProjectName()  : ContactLead
Set projectName

Properties

$createdAt

private DateTime $createdAt
Tags
ORM\Column

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

$email

private string $email
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$name

private string $name
Tags
ORM\Column

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

$phone

private string $phone
Tags
ORM\Column

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

$projectName

private string $projectName
Tags
ORM\Column

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

Methods

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getEmail()

Get email

public getEmail() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getName()

Get name

public getName() : string
Return values
string

getPhone()

Get phone

public getPhone() : string
Return values
string

getProjectName()

Get projectName

public getProjectName() : string
Return values
string

        
On this page

Search results