Offer
extends Offer
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
- createTimePrePersist() : mixed
- getAuthorId() : int|null
- getBusinessCountry() : Country|null
- getClient() : Client|null
- getClientInfo() : string|null
- getCreateTime() : DateTime|null
- getEndDate() : DateTime|null
- getHash() : string|null
- getId() : int|null
- getInfo() : string|null
- getName() : string|null
- getOfferActiveAdditionalServices() : mixed
- getOfferAdditionalServices() : array<string|int, OfferAdditionalService>
- getOfferAmazonSlot() : OfferAmazonSlot|null
- getOfferCouponCodes() : array<string|int, OfferCouponCode>
- getOfferDatevService() : OfferDatevService|null
- getOfferOssService() : OfferOssService|null
- getOfferProformaService() : OfferProformaService|null
- getOfferShopifySlot() : OfferShopifySlot|null
- getOfferVatRegistration() : array<string|int, OfferVatRegistration>|null
- getOfferVatService() : array<string|int, OfferVatService>
- getStartDate() : DateTime|null
- getStatus() : int|null
- getUpdateTime() : DateTime|null
- getValue() : string|null
- jsonSerialize() : mixed
- setAuthorId() : void
- setBusinessCountry() : void
- setClient() : void
- setClientInfo() : void
- setCreateTime() : void
- setEndDate() : void
- setHash() : void
- setId() : void
- setInfo() : void
- setName() : void
- setOfferAdditionalServices() : void
- setOfferAmazonSlot() : void
- setOfferCouponCodes() : void
- setOfferDatevService() : void
- setOfferOssService() : void
- setOfferProformaService() : void
- setOfferShopifySlot() : void
- setOfferVatRegistration() : void
- setOfferVatService() : void
- setStartDate() : void
- setStatus() : void
- setUpdateTime() : void
- setValue() : void
- updateTimePrePersist() : mixed
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
createTimePrePersist()
public
createTimePrePersist() : mixed
Tags
getAuthorId()
public
getAuthorId() : int|null
Return values
int|nullgetBusinessCountry()
public
getBusinessCountry() : Country|null
Return values
Country|nullgetClient()
public
getClient() : Client|null
Return values
Client|nullgetClientInfo()
public
getClientInfo() : string|null
Return values
string|nullgetCreateTime()
public
getCreateTime() : DateTime|null
Return values
DateTime|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetHash()
public
getHash() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetInfo()
public
getInfo() : string|null
Return values
string|nullgetName()
public
getName() : string|null
Return values
string|nullgetOfferActiveAdditionalServices()
public
getOfferActiveAdditionalServices() : mixed
getOfferAdditionalServices()
public
getOfferAdditionalServices() : array<string|int, OfferAdditionalService>
Return values
array<string|int, OfferAdditionalService>getOfferAmazonSlot()
public
getOfferAmazonSlot() : OfferAmazonSlot|null
Return values
OfferAmazonSlot|nullgetOfferCouponCodes()
public
getOfferCouponCodes() : array<string|int, OfferCouponCode>
Return values
array<string|int, OfferCouponCode>getOfferDatevService()
public
getOfferDatevService() : OfferDatevService|null
Return values
OfferDatevService|nullgetOfferOssService()
public
getOfferOssService() : OfferOssService|null
Return values
OfferOssService|nullgetOfferProformaService()
public
getOfferProformaService() : OfferProformaService|null
Return values
OfferProformaService|nullgetOfferShopifySlot()
public
getOfferShopifySlot() : OfferShopifySlot|null
Return values
OfferShopifySlot|nullgetOfferVatRegistration()
public
getOfferVatRegistration() : array<string|int, OfferVatRegistration>|null
Return values
array<string|int, OfferVatRegistration>|nullgetOfferVatService()
public
getOfferVatService() : array<string|int, OfferVatService>
Return values
array<string|int, OfferVatService>getStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetStatus()
public
getStatus() : int|null
Return values
int|nullgetUpdateTime()
public
getUpdateTime() : DateTime|null
Return values
DateTime|nullgetValue()
public
getValue() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : mixed
setAuthorId()
public
setAuthorId(int|null $authorId) : void
Parameters
- $authorId : int|null
setBusinessCountry()
public
setBusinessCountry(Country|null $businessCountry) : void
Parameters
- $businessCountry : Country|null
setClient()
public
setClient(Client|null $client) : void
Parameters
- $client : Client|null
setClientInfo()
public
setClientInfo(string|null $clientInfo) : void
Parameters
- $clientInfo : string|null
setCreateTime()
public
setCreateTime(DateTime|null $createTime) : void
Parameters
- $createTime : DateTime|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setHash()
public
setHash(string|null $hash) : void
Parameters
- $hash : string|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setInfo()
public
setInfo(string|null $info) : void
Parameters
- $info : string|null
setName()
public
setName(string|null $name) : void
Parameters
- $name : string|null
setOfferAdditionalServices()
public
setOfferAdditionalServices(array<string|int, mixed> $offerAdditionalServices) : void
Parameters
- $offerAdditionalServices : array<string|int, mixed>
setOfferAmazonSlot()
public
setOfferAmazonSlot(OfferAmazonSlot|null $offerAmazonSlot) : void
Parameters
- $offerAmazonSlot : OfferAmazonSlot|null
setOfferCouponCodes()
public
setOfferCouponCodes(array<string|int, mixed> $offerCouponCodes) : void
Parameters
- $offerCouponCodes : array<string|int, mixed>
setOfferDatevService()
public
setOfferDatevService(OfferDatevService|null $offerDatevService) : void
Parameters
- $offerDatevService : OfferDatevService|null
setOfferOssService()
public
setOfferOssService(OfferOssService|null $offerOssService) : void
Parameters
- $offerOssService : OfferOssService|null
setOfferProformaService()
public
setOfferProformaService(OfferProformaService|null $offerProformaService) : void
Parameters
- $offerProformaService : OfferProformaService|null
setOfferShopifySlot()
public
setOfferShopifySlot(OfferShopifySlot|null $offerShopifySlot) : void
Parameters
- $offerShopifySlot : OfferShopifySlot|null
setOfferVatRegistration()
public
setOfferVatRegistration(array<string|int, mixed> $offerVatRegistration) : void
Parameters
- $offerVatRegistration : array<string|int, mixed>
setOfferVatService()
public
setOfferVatService(array<string|int, mixed> $offerVatService) : void
Parameters
- $offerVatService : array<string|int, mixed>
setStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null
setStatus()
public
setStatus(int|null $status) : void
Parameters
- $status : int|null
setUpdateTime()
public
setUpdateTime(DateTime|null $updateTime) : void
Parameters
- $updateTime : DateTime|null
setValue()
public
setValue(string|null $value) : void
Parameters
- $value : string|null
updateTimePrePersist()
public
updateTimePrePersist() : mixed