ApiOrderUploadBatch
extends ApiOrderUploadBatch
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string, mixed>
- $lazyPropertiesNames : array<string, null>
Methods
- __clone() : mixed
- __construct() : mixed
- __load() : mixed
- Forces initialization of the proxy
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- getClient() : Client
- getCurrentRow() : int|null
- Get $currentRow
- getError() : array<string|int, mixed>|null
- Get $error
- getGeneratedName() : string
- Get the value of generatedName
- getId() : int|null
- Get $id
- getInProgress() : bool
- getIsDeleted() : bool
- Get $isDeleted
- getIsHidden() : bool
- Get $isHidden
- getIsInProgress() : bool
- Get $isInProgress
- getIsReady() : bool
- Get $isReady
- getModule() : Module
- Get $module
- getModuleId() : int
- Get the value of moduleId
- getOriginalName() : string
- Get the value of originalName
- getProgressStatus() : int
- Get the value of progressStatus
- getReaderClass() : string
- Get $readerClass
- getTotalRow() : int|null
- Get $totalRow
- getUploadDate() : DateTime
- Get $uploadDate
- getUploadName() : string
- getUser() : Client
- setClient() : self
- setCurrentRow() : self
- Set $currentRow
- setError() : self
- Set $error
- setGeneratedName() : self
- Set the value of generatedName
- setId() : self
- Set $id
- setIsDeleted() : self
- Set $isDeleted
- setIsHidden() : self
- Set $isHidden
- setIsInProgress() : self
- Set $isInProgress
- setIsReady() : self
- Set $isReady
- setModule() : self
- Set $module
- setModuleId() : self
- Set the value of moduleId
- setOriginalName() : self
- Set the value of originalName
- setProgressStatus() : self
- Set the value of progressStatus
- setReaderClass() : self
- Set $readerClass
- setTotalRow() : self
- Set $totalRow
- setUploadDate() : self
- Set $uploadDate
- setUser() : self
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getClient()
public
getClient() : Client
Return values
ClientgetCurrentRow()
Get $currentRow
public
getCurrentRow() : int|null
Return values
int|nullgetError()
Get $error
public
getError() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetGeneratedName()
Get the value of generatedName
public
getGeneratedName() : string
Return values
stringgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetInProgress()
public
getInProgress() : bool
Return values
boolgetIsDeleted()
Get $isDeleted
public
getIsDeleted() : bool
Return values
boolgetIsHidden()
Get $isHidden
public
getIsHidden() : bool
Return values
boolgetIsInProgress()
Get $isInProgress
public
getIsInProgress() : bool
Return values
boolgetIsReady()
Get $isReady
public
getIsReady() : bool
Return values
boolgetModule()
Get $module
public
getModule() : Module
Return values
ModulegetModuleId()
Get the value of moduleId
public
getModuleId() : int
Return values
intgetOriginalName()
Get the value of originalName
public
getOriginalName() : string
Return values
stringgetProgressStatus()
Get the value of progressStatus
public
getProgressStatus() : int
Return values
intgetReaderClass()
Get $readerClass
public
getReaderClass() : string
Return values
stringgetTotalRow()
Get $totalRow
public
getTotalRow() : int|null
Return values
int|nullgetUploadDate()
Get $uploadDate
public
getUploadDate() : DateTime
Return values
DateTimegetUploadName()
public
getUploadName() : string
Return values
stringgetUser()
public
getUser() : Client
Return values
ClientsetClient()
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCurrentRow()
Set $currentRow
public
setCurrentRow(int|null $currentRow) : self
Parameters
- $currentRow : int|null
-
$currentRow
Return values
selfsetError()
Set $error
public
setError(mixed $error) : self
Parameters
- $error : mixed
-
$error
Return values
selfsetGeneratedName()
Set the value of generatedName
public
setGeneratedName(string $generatedName) : self
Parameters
- $generatedName : string
Return values
selfsetId()
Set $id
public
setId(int $id) : self
Parameters
- $id : int
-
$id
Return values
selfsetIsDeleted()
Set $isDeleted
public
setIsDeleted(bool $isDeleted) : self
Parameters
- $isDeleted : bool
-
$isDeleted
Return values
selfsetIsHidden()
Set $isHidden
public
setIsHidden(bool $isHidden) : self
Parameters
- $isHidden : bool
-
$isHidden
Return values
selfsetIsInProgress()
Set $isInProgress
public
setIsInProgress(bool $isInProgress) : self
Parameters
- $isInProgress : bool
-
$isInProgress
Return values
selfsetIsReady()
Set $isReady
public
setIsReady(bool $isReady) : self
Parameters
- $isReady : bool
-
$isReady
Return values
selfsetModule()
Set $module
public
setModule(Module $module) : self
Parameters
- $module : Module
-
$module
Return values
selfsetModuleId()
Set the value of moduleId
public
setModuleId(int $moduleId) : self
Parameters
- $moduleId : int
Return values
selfsetOriginalName()
Set the value of originalName
public
setOriginalName(string $originalName) : self
Parameters
- $originalName : string
Return values
selfsetProgressStatus()
Set the value of progressStatus
public
setProgressStatus(mixed $progressStatus) : self
Parameters
- $progressStatus : mixed
Return values
selfsetReaderClass()
Set $readerClass
public
setReaderClass(string|null $readerClass) : self
Parameters
- $readerClass : string|null
-
$readerClass
Return values
selfsetTotalRow()
Set $totalRow
public
setTotalRow(int|null $totalRow) : self
Parameters
- $totalRow : int|null
-
$totalRow
Return values
selfsetUploadDate()
Set $uploadDate
public
setUploadDate(DateTime $uploadDate) : self
Parameters
- $uploadDate : DateTime
-
$uploadDate
Return values
selfsetUser()
public
setUser(Client $client) : self
Parameters
- $client : Client