Withdrawal
extends SubDecision
in package
SubDecision model.
Attributes
- #[Entity]
Table of Contents
Properties
- $granting : Granting
- Reference to the granting of a keycode.
- $withdrawnOn : DateTime
- When the granted keycode is prematurely revoked.
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.
- getGranting() : Granting
- Get the granting of the keycode.
- getMeetingNumber() : int
- Get the meeting number.
- getMeetingType() : MeetingTypes
- Get the meeting type.
- getSequence() : int
- Get the sequence number.
- getWithdrawnOn() : DateTime
- Get the date.
- setContentEN() : void
- Set the content in English.
- setContentNL() : void
- Set the content in Dutch.
- setDecision() : void
- Set the decision.
- setGranting() : void
- Set the granting of the keycode.
- setSequence() : void
- Set the sequence number.
- setWithdrawnOn() : void
- Set the date.
- toGdprArray() : SubDecisionGdprArrayType
Properties
$granting
Reference to the granting of a keycode.
private
Granting
$granting
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'
- #[OneToOne]
- $targetEntity: \Decision\Model\SubDecision\Key\Granting::class
- $inversedBy: 'withdrawal'
$withdrawnOn
When the granted keycode is prematurely revoked.
private
DateTime
$withdrawnOn
Attributes
- #[Column]
- $type: 'date'
Methods
getContentEN()
Get the content in English.
public
getContentEN() : string
Return values
stringgetContentNL()
Get the content in Dutch.
public
getContentNL() : string
Return values
stringgetDecision()
Get the decision.
public
getDecision() : Decision
Return values
DecisiongetDecisionNumber()
Get the decision number.
public
getDecisionNumber() : int
Return values
intgetDecisionPoint()
Get the decision point number.
public
getDecisionPoint() : int
Return values
intgetGranting()
Get the granting of the keycode.
public
getGranting() : Granting
Return values
GrantinggetMeetingNumber()
Get the meeting number.
public
getMeetingNumber() : int
Return values
intgetMeetingType()
Get the meeting type.
public
getMeetingType() : MeetingTypes
Return values
MeetingTypesgetSequence()
Get the sequence number.
public
getSequence() : int
Return values
intgetWithdrawnOn()
Get the date.
public
getWithdrawnOn() : DateTime
Return values
DateTimesetContentEN()
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
setDecision()
Set the decision.
public
setDecision(Decision $decision) : void
Parameters
- $decision : Decision
setGranting()
Set the granting of the keycode.
public
setGranting(Granting $granting) : void
Parameters
- $granting : Granting
setSequence()
Set the sequence number.
public
setSequence(int $sequence) : void
Parameters
- $sequence : int
setWithdrawnOn()
Set the date.
public
setWithdrawnOn(DateTime $withdrawnOn) : void
Parameters
- $withdrawnOn : DateTime
toGdprArray()
public
toGdprArray() : SubDecisionGdprArrayType