Documentation

FoundationReference extends SubDecision
in package

AbstractYes

Reference to organ foundation.

Note that this should not be directly used. It is in the inheritance map, but that is only to make it usable as mappable entity.

Attributes
#[Entity]

Table of Contents

Properties

$foundation  : Foundation
Reference to foundation of organ.

Methods

getContentEN()  : string
Get the content in English.
getContentNL()  : string
Get the content in Dutch.
getDecision()  : Decision
Get the decision.
getDecisionNumber()  : int
Get the decision number.
getDecisionPoint()  : int
Get the decision point number.
getFoundation()  : Foundation
Get organ foundation.
getMeetingNumber()  : int
Get the meeting number.
getMeetingType()  : MeetingTypes
Get the meeting type.
getSequence()  : int
Get the sequence number.
setContentEN()  : void
Set the content in English.
setContentNL()  : void
Set the content in Dutch.
setDecision()  : void
Set the decision.
setFoundation()  : void
Set organ foundation.
setSequence()  : void
Set the sequence number.
toGdprArray()  : SubDecisionGdprArrayType

Properties

$foundation

Reference to foundation of organ.

private Foundation $foundation
Attributes
#[JoinColumn]
$name: 'r_meeting_type'
$referencedColumnName: 'meeting_type'
#[JoinColumn]
$name: 'r_meeting_number'
$referencedColumnName: 'meeting_number'
#[JoinColumn]
$name: 'r_decision_point'
$referencedColumnName: 'decision_point'
#[JoinColumn]
$name: 'r_decision_number'
$referencedColumnName: 'decision_number'
#[JoinColumn]
$name: 'r_sequence'
$referencedColumnName: 'sequence'
#[ManyToOne]
$targetEntity: \Decision\Model\SubDecision\Foundation::class
$inversedBy: 'references'
$cascade: ['persist']

Methods

getContentEN()

Get the content in English.

public getContentEN() : string
Return values
string

getContentNL()

Get the content in Dutch.

public getContentNL() : string
Return values
string

getDecisionNumber()

Get the decision number.

public getDecisionNumber() : int
Return values
int

getDecisionPoint()

Get the decision point number.

public getDecisionPoint() : int
Return values
int

getMeetingNumber()

Get the meeting number.

public getMeetingNumber() : int
Return values
int

getSequence()

Get the sequence number.

public getSequence() : int
Return values
int

setContentEN()

Set the content in English.

public setContentEN(string $content) : void
Parameters
$content : string

setContentNL()

Set the content in Dutch.

public setContentNL(string $content) : void
Parameters
$content : string

setSequence()

Set the sequence number.

public setSequence(int $sequence) : void
Parameters
$sequence : int

toGdprArray()

public toGdprArray() : SubDecisionGdprArrayType
Return values
SubDecisionGdprArrayType

        
On this page

Search results