Fields
Table of Contents
Methods
-
addEmail()
: self
-
addPhone()
: bool
-
getCode()
: string
-
getEmails()
: array<string|int, mixed>
-
getPerson()
: array<string|int, mixed>
-
getPersonEmail()
: string
-
getPersonLastName()
: string
-
getPersonName()
: string
-
getPersonPhone()
: string
-
getPersonSecondName()
: string
-
getPersonWebsite()
: string
-
getPhones()
: array<string|int, mixed>
-
getSession()
: Session
-
getTitle()
: string
-
getUserId()
: int
-
resetEmails()
: self
-
resetPhones()
: self
-
setCode()
: self
-
setDataFromUser()
: self
-
setEmails()
: self
-
setPerson()
: self
-
setPersonEmail()
: self
-
setPersonLastName()
: self
-
setPersonName()
: self
-
setPersonPhone()
: self
-
setPersonSecondName()
: self
-
setPersonWebsite()
: self
-
setPhones()
: self
-
setSession()
: self
-
setSkipPhoneValidate()
: self
-
setTitle()
: self
-
setUserId()
: self
addEmail()
public
addEmail(mixed $field) : self
Parameters
-
$field
: mixed
-
addPhone()
public
addPhone(mixed $field) : bool
Parameters
-
$field
: mixed
-
getCode()
public
getCode() : string
getEmails()
public
getEmails() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPerson()
public
getPerson() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPersonEmail()
public
getPersonEmail() : string
getPersonLastName()
public
getPersonLastName() : string
getPersonName()
public
getPersonName() : string
getPersonPhone()
public
getPersonPhone() : string
getPersonSecondName()
public
getPersonSecondName() : string
getPersonWebsite()
public
getPersonWebsite() : string
getPhones()
public
getPhones() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSession()
public
getSession() : Session
getTitle()
public
getTitle() : string
getUserId()
public
getUserId() : int
resetEmails()
public
resetEmails() : self
resetPhones()
public
resetPhones() : self
setCode()
public
setCode(mixed $field) : self
Parameters
-
$field
: mixed
-
setDataFromUser()
public
setDataFromUser([int $userId = 0 ]) : self
Parameters
-
$userId
: int
= 0
-
setEmails()
public
setEmails(mixed $fields) : self
Parameters
-
$fields
: mixed
-
setPerson()
public
setPerson(array<string|int, mixed> $fields) : self
Parameters
-
$fields
: array<string|int, mixed>
-
setPersonEmail()
public
setPersonEmail(mixed $field) : self
Parameters
-
$field
: mixed
-
setPersonLastName()
public
setPersonLastName(string $field) : self
Parameters
-
$field
: string
-
setPersonName()
public
setPersonName(string $field) : self
Parameters
-
$field
: string
-
setPersonPhone()
public
setPersonPhone(mixed $field) : self
Parameters
-
$field
: mixed
-
setPersonSecondName()
public
setPersonSecondName(string $field) : self
Parameters
-
$field
: string
-
setPersonWebsite()
public
setPersonWebsite(string $field) : self
Parameters
-
$field
: string
-
setPhones()
public
setPhones(mixed $fields) : self
Parameters
-
$fields
: mixed
-
setSession()
public
setSession(Session $session) : self
Parameters
-
$session
: Session
-
setSkipPhoneValidate()
public
setSkipPhoneValidate(bool $flag) : self
Parameters
-
$flag
: bool
-
setTitle()
public
setTitle(string $field) : self
Parameters
-
$field
: string
-
setUserId()
public
setUserId(mixed $field) : self
Parameters
-
$field
: mixed
-