Documentation

ReportObligation extends ReportObligation
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
getCountry()  : Country|null
getCurrency()  : Currency|null
getDeadlineBimonthlyPlusDays()  : int|null
getDeadlineBimonthlyPlusMonths()  : int|null
getDeadlineCustomPlusDays()  : int|null
Get the value of deadlineCustomPlusDays
getDeadlineCustomPlusMonths()  : int|null
Get the value of deadlineCustomPlusMonths
getDeadlineMonthlyPlusDays()  : int|null
getDeadlineMonthlyPlusMonths()  : int|null
getDeadlineQuarterlyPlusDays()  : int|null
getDeadlineQuarterlyPlusMonths()  : int|null
getDeadlineThreeMonthPlusDays()  : int|null
Get the value of deadlineThreeMonthPlusDays
getDeadlineThreeMonthPlusMonths()  : int|null
Get the value of deadlineThreeMonthPlusMonths
getDeadlineTwelveMonthPlusDays()  : int|null
Get the value of deadlineTwelveMonthPlusDays
getDeadlineTwelveMonthPlusMonths()  : int|null
Get the value of deadlineTwelveMonthPlusMonths
getDeadlineYearlyPlusDays()  : int|null
getDeadlineYearlyPlusMonths()  : int|null
getFirstDate()  : DateTime|null
getId()  : int|null
getIsAllowInvalidVatid()  : bool|null
getLabel()  : string|null
getLastDate()  : DateTime|null
getNeedPay()  : bool|null
getPeriod()  : Period|null
getReportIntentions()  : array<string|int, ReportIntention>|null
getReportType()  : ReportType|null
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
nonOssObligationIdList()  : array<string|int, int>
ossObligationIdList()  : array<string|int, int>
setCountry()  : void
setCurrency()  : void
setDeadlineBimonthlyPlusDays()  : void
setDeadlineBimonthlyPlusMonths()  : void
setDeadlineMonthlyPlusDays()  : void
setDeadlineMonthlyPlusMonths()  : void
setDeadlineQuarterlyPlusDays()  : void
setDeadlineQuarterlyPlusMonths()  : void
setDeadlineYearlyPlusDays()  : void
setDeadlineYearlyPlusMonths()  : void
setFirstDate()  : void
setId()  : void
setIsAllowInvalidVatid()  : void
setLabel()  : void
setLastDate()  : void
setNeedPay()  : void
setPeriod()  : void
setReportIntentions()  : void
setReportType()  : void

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

getDeadlineBimonthlyPlusDays()

public getDeadlineBimonthlyPlusDays() : int|null
Return values
int|null

getDeadlineBimonthlyPlusMonths()

public getDeadlineBimonthlyPlusMonths() : int|null
Return values
int|null

jsonSerialize()

Specify data which should be serialized to JSON

public jsonSerialize() : mixed
Return values
mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

nonOssObligationIdList()

public static nonOssObligationIdList() : array<string|int, int>
Return values
array<string|int, int>

ossObligationIdList()

public static ossObligationIdList() : array<string|int, int>
Return values
array<string|int, int>

setDeadlineBimonthlyPlusDays()

public setDeadlineBimonthlyPlusDays(int|null $deadlineBimonthlyPlusDays) : void
Parameters
$deadlineBimonthlyPlusDays : int|null

setDeadlineBimonthlyPlusMonths()

public setDeadlineBimonthlyPlusMonths(int|null $deadlineBimonthlyPlusMonths) : void
Parameters
$deadlineBimonthlyPlusMonths : int|null

setDeadlineMonthlyPlusMonths()

public setDeadlineMonthlyPlusMonths(int|null $deadlineMonthlyPlusMonths) : void
Parameters
$deadlineMonthlyPlusMonths : int|null

setDeadlineQuarterlyPlusDays()

public setDeadlineQuarterlyPlusDays(int|null $deadlineQuarterlyPlusDays) : void
Parameters
$deadlineQuarterlyPlusDays : int|null

setDeadlineQuarterlyPlusMonths()

public setDeadlineQuarterlyPlusMonths(int|null $deadlineQuarterlyPlusMonths) : void
Parameters
$deadlineQuarterlyPlusMonths : int|null

        
On this page

Search results