Pull
extends CacheModel
in package
uses
TraitPull
Table of Contents
Properties
- $all : mixed
- $api_status : mixed
- $api_status_code : mixed
- $check_time : mixed
- $create_time : mixed
- $filename : mixed
- $from_time : mixed
- $id : mixed
- $in_progress : mixed
- $ins : mixed
- $pull_head_id : mixed
- $request : mixed
- $response : mixed
- $status_code : mixed
- $to_time : mixed
- $update_time : mixed
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
- getAll() : mixed
- getApiStatus() : mixed
- getApiStatusCode() : mixed
- getCheckTime() : mixed
- getCreateTime() : mixed
- getFilename() : mixed
- getFromTime() : mixed
- getId() : mixed
- getInProgress() : mixed
- getIns() : mixed
- getPullHeadId() : mixed
- getRequest() : mixed
- getResponse() : mixed
- getStatusCode() : mixed
- getThe() : mixed
- getToTime() : mixed
- getUpdateTime() : mixed
- initialize() : mixed
- mapper() : mixed
- set() : mixed
- setAll() : TraitPull
- setApiStatus() : TraitPull
- setApiStatusCode() : TraitPull
- setCheckTime() : TraitPull
- setCreateTime() : $this
- If $createTime is null, default value now.
- setFilename() : TraitPull
- setInProgress() : TraitPull
- setIns() : TraitPull
- setRequest() : TraitPull
- setResponse() : TraitPull
- setStatusCode() : TraitPull
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Properties
$all
protected
mixed
$all
$api_status
protected
mixed
$api_status
$api_status_code
protected
mixed
$api_status_code
$check_time
protected
mixed
$check_time
$create_time
protected
mixed
$create_time
$filename
protected
mixed
$filename
$from_time
protected
mixed
$from_time
$id
protected
mixed
$id
$in_progress
protected
mixed
$in_progress
$ins
protected
mixed
$ins
$pull_head_id
protected
mixed
$pull_head_id
$request
protected
mixed
$request
$response
protected
mixed
$response
$status_code
protected
mixed
$status_code
$to_time
protected
mixed
$to_time
$update_time
protected
mixed
$update_time
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
getAll()
public
getAll() : mixed
getApiStatus()
public
getApiStatus() : mixed
getApiStatusCode()
public
getApiStatusCode() : mixed
getCheckTime()
public
getCheckTime() : mixed
getCreateTime()
public
getCreateTime() : mixed
getFilename()
public
getFilename() : mixed
getFromTime()
public
getFromTime() : mixed
getId()
public
getId() : mixed
getInProgress()
public
getInProgress() : mixed
getIns()
public
getIns() : mixed
getPullHeadId()
public
getPullHeadId() : mixed
getRequest()
public
getRequest() : mixed
getResponse()
public
getResponse() : mixed
getStatusCode()
public
getStatusCode() : mixed
getThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getToTime()
public
getToTime() : mixed
getUpdateTime()
public
getUpdateTime() : mixed
initialize()
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
setAll()
public
setAll(mixed $all) : TraitPull
Parameters
- $all : mixed
Return values
TraitPullsetApiStatus()
public
setApiStatus(mixed $api_status) : TraitPull
Parameters
- $api_status : mixed
Return values
TraitPullsetApiStatusCode()
public
setApiStatusCode(mixed $api_status_code) : TraitPull
Parameters
- $api_status_code : mixed
Return values
TraitPullsetCheckTime()
public
setCheckTime(mixed $check_time) : TraitPull
Parameters
- $check_time : mixed
Return values
TraitPullsetCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetFilename()
public
setFilename(mixed $filename) : TraitPull
Parameters
- $filename : mixed
Return values
TraitPullsetInProgress()
public
setInProgress(mixed $in_progress) : TraitPull
Parameters
- $in_progress : mixed
Return values
TraitPullsetIns()
public
setIns(mixed $ansert) : TraitPull
Parameters
- $ansert : mixed
Return values
TraitPullsetRequest()
public
setRequest(mixed $request) : TraitPull
Parameters
- $request : mixed
Return values
TraitPullsetResponse()
public
setResponse(mixed $response) : TraitPull
Parameters
- $response : mixed
Return values
TraitPullsetStatusCode()
public
setStatusCode(mixed $status_code) : TraitPull
Parameters
- $status_code : mixed
Return values
TraitPullsetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thiswriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed