OssRegistration
in package
implements
JsonSerializable
Class OssRegistration
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $client : Client
- $country : Country|null
- $endDate : DateTime|null
- $id : int
- $ossId : string|null
- $startDate : DateTime|null
Methods
- getClient() : Client
- getCountry() : Country|null
- getEndDate() : DateTime|null
- getId() : int|null
- getOssId() : string|null
- getStartDate() : DateTime|null
- jsonSerialize() : mixed
- setClient() : void
- setCountry() : void
- setEndDate() : void
- setOssId() : self
- setStartDate() : void
Properties
$client
private
Client
$client
Tags
$country
private
Country|null
$country
Tags
$endDate
private
DateTime|null
$endDate
Tags
$id
private
int
$id
Tags
$ossId
private
string|null
$ossId
Tags
$startDate
private
DateTime|null
$startDate
Tags
Methods
getClient()
public
getClient() : Client
Return values
ClientgetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetId()
public
getId() : int|null
Return values
int|nullgetOssId()
public
getOssId() : string|null
Return values
string|nullgetStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nulljsonSerialize()
public
jsonSerialize() : mixed
setClient()
public
setClient(Client $client) : void
Parameters
- $client : Client
setCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setOssId()
public
setOssId(string|null $ossId) : self
Parameters
- $ossId : string|null
-
$ossId
Return values
selfsetStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null