Documentation

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

$__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
see
Proxy::__setInitializer

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

        
On this page

Search results