Documentation

Export extends Export
in package
implements Proxy

DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR

Table of Contents

Interfaces

Proxy

Constants

STATUS_DONE  = 2
STATUS_ERROR  = -1
STATUS_IN_PROGRESS  = 1
STATUS_INIT  = 0
STATUS_LABELS  = [self::STATUS_ERROR => 'error', self::STATUS_INIT => 'in-queue', self::STATUS_IN_PROGRESS => 'in-progress', self::STATUS_DONE => 'done']

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
getErrorMessage()  : string|null
getFilename()  : mixed
getFinishedAtDateString()  : mixed
getFinishedAtDateTime()  : mixed
getHandlerClass()  : string
getId()  : int|null
getParameters()  : array<string|int, mixed>
getRequestedAtDateString()  : mixed
getRequestedAtDateTime()  : mixed
getRequestUserAccount()  : UserAccount
getRequestUserAccountId()  : int
getSize()  : int|null
getStatus()  : string
getStatusLabel()  : mixed
getTmpFileName()  : string|null
getType()  : string|null
getUri()  : string|null
setErrorMessage()  : self
setFinishedAtDateString()  : mixed
setFinishedAtDateTime()  : mixed
setRequestedAtDateString()  : mixed
setRequestedAtDateTime()  : mixed
setRequestUserAccount()  : self
setRequestUserAccountId()  : self
setSize()  : self
setStatus()  : self
setTmpFileName()  : self
setUri()  : self

Constants

STATUS_DONE

public mixed STATUS_DONE = 2

STATUS_ERROR

public mixed STATUS_ERROR = -1

STATUS_IN_PROGRESS

public mixed STATUS_IN_PROGRESS = 1

STATUS_INIT

public mixed STATUS_INIT = 0

STATUS_LABELS

public mixed STATUS_LABELS = [self::STATUS_ERROR => 'error', self::STATUS_INIT => 'in-queue', self::STATUS_IN_PROGRESS => 'in-progress', self::STATUS_DONE => 'done']

Properties

$__cloner__

public Closure $__cloner__

the callback responsible of loading properties that need to be copied in the cloned object

Tags
see
Proxy::__setCloner

$__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

$__isInitialized__

public bool $__isInitialized__ = false

flag indicating if this object was already initialized

Tags
see
Proxy::__isInitialized

$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

$lazyPropertiesNames

public static array<string, null> $lazyPropertiesNames = array()

properties to be lazy loaded, indexed by property name

Methods

__construct()

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

setErrorMessage()

public setErrorMessage(mixed $error_message) : self
Parameters
$error_message : mixed
Return values
self

setFinishedAtDateString()

public setFinishedAtDateString(string $finished_at) : mixed
Parameters
$finished_at : string

setFinishedAtDateTime()

public setFinishedAtDateTime(DateTimeInterface $finished_at) : mixed
Parameters
$finished_at : DateTimeInterface

setRequestedAtDateString()

public setRequestedAtDateString(string $requested_at) : mixed
Parameters
$requested_at : string

setRequestedAtDateTime()

public setRequestedAtDateTime(DateTimeInterface $requested_at) : mixed
Parameters
$requested_at : DateTimeInterface

setRequestUserAccountId()

public setRequestUserAccountId(int $requestUserAccount) : self
Parameters
$requestUserAccount : int
Return values
self

setTmpFileName()

public setTmpFileName(mixed $_tmp_file_name) : self
Parameters
$_tmp_file_name : mixed
Return values
self

        
On this page

Search results