UserOssFilingCompany
extends CacheModel
in package
Table of Contents
Properties
- $country_id : int
- $create_time : mixed
- $end_date : string|null
- $filing_company_id : int
- $id : int
- $start_date : string|null
- $update_time : mixed
- $user_id : int
Methods
- assignJobMergedData() : mixed
- beforeSave() : mixed
- exists() : bool
- fetchAsArray() : mixed
- fetchAsAssocArray() : mixed
- fetchAsMultiAssocArray() : mixed
- find() : false|array<string|int, static>
- findFirst() : static|false
- fixParameters() : mixed
- fromArray() : mixed
- getCountryId() : int
- getCreateTime() : mixed
- getEndDate() : string|null
- Get $end_date
- getFilingCompanyId() : int
- Get $filing_company_id
- getId() : int
- Get $id
- getStartDate() : string|null
- Get $start_date
- getThe() : mixed
- getUpdateTime() : mixed
- getUserId() : int
- Get $user_id
- initialize() : mixed
- mapper() : mixed
- set() : mixed
- setCountryId() : void
- setCreateTime() : $this
- If $createTime is null, default value now.
- setEndDate() : self
- Set $end_date
- setFilingCompanyId() : self
- Set $filing_company_id
- setStartDate() : self
- Set $start_date
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- setUserId() : self
- Set $user_id
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Properties
$country_id
protected
int
$country_id
$create_time
protected
mixed
$create_time
$end_date
protected
string|null
$end_date
$filing_company_id
protected
int
$filing_company_id
$id
protected
int
$id
$start_date
protected
string|null
$start_date
$update_time
protected
mixed
$update_time
$user_id
protected
int
$user_id
Methods
assignJobMergedData()
public
assignJobMergedData() : mixed
beforeSave()
public
beforeSave() : mixed
exists()
public
exists() : bool
Return values
boolfetchAsArray()
public
static fetchAsArray([mixed $parameter = null ]) : mixed
Parameters
- $parameter : mixed = null
fetchAsAssocArray()
public
static fetchAsAssocArray([mixed $parameter = null ][, mixed $key = 'id' ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $key : mixed = 'id'
- $cols : mixed = null
fetchAsMultiAssocArray()
public
static fetchAsMultiAssocArray([mixed $parameter = null ][, mixed $keyname = ['id'] ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $keyname : mixed = ['id']
- $cols : mixed = null
find()
public
static find([array<string|int, mixed>|null|int $parameters = null ]) : false|array<string|int, static>
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
false|array<string|int, static>findFirst()
public
static findFirst([array<string|int, mixed>|null|int $parameters = null ]) : static|false
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
static|falsefixParameters()
public
static fixParameters([mixed $parameters = null ]) : mixed
Parameters
- $parameters : mixed = null
fromArray()
public
static fromArray(mixed $array) : mixed
Parameters
- $array : mixed
getCountryId()
public
getCountryId() : int
Return values
intgetCreateTime()
public
getCreateTime() : mixed
getEndDate()
Get $end_date
public
getEndDate() : string|null
Return values
string|nullgetFilingCompanyId()
Get $filing_company_id
public
getFilingCompanyId() : int
Return values
intgetId()
Get $id
public
getId() : int
Return values
intgetStartDate()
Get $start_date
public
getStartDate() : string|null
Return values
string|nullgetThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getUpdateTime()
public
getUpdateTime() : mixed
getUserId()
Get $user_id
public
getUserId() : int
Return values
intinitialize()
public
initialize() : mixed
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
- $map : array<string|int, mixed>
- $original : array<string|int, mixed>
- $reverse : bool = true
set()
public
set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setCountryId()
public
setCountryId(int $country_id) : void
Parameters
- $country_id : int
setCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetEndDate()
Set $end_date
public
setEndDate(string|null $end_date) : self
Parameters
- $end_date : string|null
Return values
selfsetFilingCompanyId()
Set $filing_company_id
public
setFilingCompanyId(int $filing_company_id) : self
Parameters
- $filing_company_id : int
Return values
selfsetStartDate()
Set $start_date
public
setStartDate(string|null $start_date) : self
Parameters
- $start_date : string|null
Return values
selfsetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thissetUserId()
Set $user_id
public
setUserId(int $user_id) : self
Parameters
- $user_id : int
Return values
selfwriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed