Documentation

UserAllowedProviders
in package
implements JsonSerializable

Tags
ORM\Entity

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

ORM\Table

(name="user_allowed_providers")

Table of Contents

Interfaces

JsonSerializable

Properties

$client  : Client|null
$id  : int|null
$module  : Module

Methods

getClient()  : Client
getId()  : int|null
Get $id
getModule()  : Module
jsonSerialize()  : mixed
setClient()  : self
setModule()  : void

Properties

$client

private Client|null $client
Tags
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

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

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer", name="id")

$module

private Module $module
Tags
ORM\ManyToOne

(targetEntity="Module")

ORM\JoinColumn

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

Methods


        
On this page

Search results