ContactLead
in package
Contact
Tags
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
private
string
$email
Tags
$id
private
int
$id
Tags
$name
private
string
$name
Tags
$phone
private
string
$phone
Tags
$projectName
private
string
$projectName
Tags
Methods
getCreatedAt()
Get createdAt
public
getCreatedAt() : DateTime
Return values
DateTimegetEmail()
Get email
public
getEmail() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetName()
Get name
public
getName() : string
Return values
stringgetPhone()
Get phone
public
getPhone() : string
Return values
stringgetProjectName()
Get projectName
public
getProjectName() : string
Return values
stringsetCreatedAt()
Set createdAt
public
setCreatedAt(DateTime $createdAt) : ContactLead
Parameters
- $createdAt : DateTime
Return values
ContactLeadsetEmail()
Set email
public
setEmail(string $email) : ContactLead
Parameters
- $email : string
Return values
ContactLeadsetName()
Set name
public
setName(string $name) : ContactLead
Parameters
- $name : string
Return values
ContactLeadsetPhone()
Set phone
public
setPhone(string $phone) : ContactLead
Parameters
- $phone : string
Return values
ContactLeadsetProjectName()
Set projectName
public
setProjectName(string $projectName) : ContactLead
Parameters
- $projectName : string