Documentation

EntryEventType
in package
implements JsonSerializable

Class Entry

Tags
ORM\Entity

()

ORM\Table

(name="entry_event_type")

Table of Contents

Interfaces

JsonSerializable

Properties

$alias  : mixed
$defaultVisibilityPermissionLevel  : mixed
$entryEvent  : array<string|int, EntryEvent>|null
$id  : int|null
$label  : mixed
$mainType  : string
$subType  : string

Methods

getAlias()  : mixed
Get the value of alias
getDefaultVisibilityPermissionLevel()  : mixed
Get the value of defaultVisibilityPermissionLevel
getEntryEvent()  : array<string|int, EntryEvent>|null
Get $entryEvent
getId()  : int|null
Get $id
getLabel()  : mixed
Get the value of label
getMainType()  : string
Get $mainType
getSubType()  : string
Get $subType
jsonSerialize()  : mixed
setAlias()  : self
Set the value of alias
setDefaultVisibilityPermissionLevel()  : self
Set the value of defaultVisibilityPermissionLevel
setEntryEvent()  : self
Set $entryEvent
setId()  : self
Set $id
setLabel()  : self
Set the value of label
setMainType()  : self
Set $mainType
setSubType()  : self
Set $subType

Properties

$alias

private mixed $alias
Tags
ORM\Column

(type="string", nullable=true, name="alias")

$defaultVisibilityPermissionLevel

private mixed $defaultVisibilityPermissionLevel
Tags
ORM\Column

(name="default_visibility_permission_level", type="integer", nullable=false)

$entryEvent

private array<string|int, EntryEvent>|null $entryEvent
Tags
ORM\OneToMany

(targetEntity="EntryEvent", mappedBy="entryEvent")

ORM\JoinColumn

(name="id" , referencedColumnName="entry_event_type_id")

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

$label

private mixed $label
Tags
ORM\Column

(type="string", nullable=true, name="label")

$mainType

private string $mainType
Tags
ORM\Column

(type="string", nullable=false, name="main_type")

$subType

private string $subType
Tags
ORM\Column

(type="string", nullable=false, name="sub_type")

Methods

getDefaultVisibilityPermissionLevel()

Get the value of defaultVisibilityPermissionLevel

public getDefaultVisibilityPermissionLevel() : mixed

getId()

Get $id

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

getMainType()

Get $mainType

public getMainType() : string
Return values
string

getSubType()

Get $subType

public getSubType() : string
Return values
string

setAlias()

Set the value of alias

public setAlias(mixed $alias) : self
Parameters
$alias : mixed
Return values
self

setDefaultVisibilityPermissionLevel()

Set the value of defaultVisibilityPermissionLevel

public setDefaultVisibilityPermissionLevel(mixed $defaultVisibilityPermissionLevel) : self
Parameters
$defaultVisibilityPermissionLevel : mixed
Return values
self

setEntryEvent()

Set $entryEvent

public setEntryEvent(array<string|int, EntryEvent>|null $entryEvent) : self
Parameters
$entryEvent : array<string|int, EntryEvent>|null
Return values
self

setId()

Set $id

public setId(int|null $id) : self
Parameters
$id : int|null
Return values
self

setLabel()

Set the value of label

public setLabel(mixed $label) : self
Parameters
$label : mixed
Return values
self

setMainType()

Set $mainType

public setMainType(string $mainType) : self
Parameters
$mainType : string

$mainType

Return values
self

setSubType()

Set $subType

public setSubType(string $subType) : self
Parameters
$subType : string

$subType

Return values
self

        
On this page

Search results