Documentation

UserReportSetting
in package

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\UserReportSettingRepository")

ORM\Table

(name="user_report_setting")

Table of Contents

Properties

$allowInbound  : bool|null
$client  : Client|null
$id  : int|null

Methods

getAllowInbound()  : bool|null
getClient()  : Client|null
getId()  : int|null
getUser()  : Client|null
setAllowInbound()  : void
setClient()  : void
setId()  : void
setUser()  : void

Properties

$allowInbound

private bool|null $allowInbound
Tags
ORM\Column

(name="allow_inbound", type="boolean")

$client

private Client|null $client
Tags
ORM\OneToOne

(targetEntity="Client", inversedBy="userReportSetting")

ORM\JoinColumn

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

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

Methods

getAllowInbound()

public getAllowInbound() : bool|null
Return values
bool|null

setAllowInbound()

public setAllowInbound(bool|null $allowInbound) : void
Parameters
$allowInbound : bool|null

        
On this page

Search results