UserCountryFilingCompany
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $client : Client|null
- $country : Country|null
- $endDate : DateTime|null
- $filingCompany : FilingCompany|null
- $id : int|null
- $startDate : DateTime|null
Methods
- getClient() : Client|null
- Get $client
- getCountry() : Country|null
- getEndDate() : DateTime|null
- getFilingCompany() : FilingCompany|null
- getId() : int|null
- getStartDate() : DateTime|null
- getUser() : Client|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setClient() : self
- Set $client
- setCountry() : mixed
- setEndDate() : void
- setFilingCompany() : mixed
- setId() : void
- setStartDate() : void
- setUser() : void
Properties
$client
private
Client|null
$client
Tags
$country
private
Country|null
$country
Tags
$endDate
private
DateTime|null
$endDate
Tags
$filingCompany
private
FilingCompany|null
$filingCompany
Tags
$id
private
int|null
$id
Tags
$startDate
private
DateTime|null
$startDate
Tags
Methods
getClient()
Get $client
public
getClient() : Client|null
Return values
Client|nullgetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetFilingCompany()
public
getFilingCompany() : FilingCompany|null
Return values
FilingCompany|nullgetId()
public
getId() : int|null
Return values
int|nullgetStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetUser()
public
getUser() : Client|null
Return values
Client|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setClient()
Set $client
public
setClient(Client|null $client) : self
Parameters
- $client : Client|null
-
$client
Return values
selfsetCountry()
public
setCountry(Country|null $country) : mixed
Parameters
- $country : Country|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setFilingCompany()
public
setFilingCompany(FilingCompany|null $filingCompany) : mixed
Parameters
- $filingCompany : FilingCompany|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null
setUser()
public
setUser(Client|null $client) : void
Parameters
- $client : Client|null