Logidav Docs

NotificationGroup
in package

Tags
ORM\Table

(name="mz_notification_group")

ORM\Entity

(repositoryClass="UserBundle\Repository\NotificationGroupRepository")

Table of Contents

Properties

$code  : string
$id  : int
$name  : string
$users  : mixed

Methods

__construct()  : mixed
getCode()  : string
getName()  : string
getUsers()  : ArrayCollection
setCode()  : void
setName()  : void
setUsers()  : void

Properties

$id

private int $id
Tags
ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

ORM\Column

(type="integer")

$users

private mixed $users
Tags
ORM\ManyToMany

(targetEntity="User", mappedBy="notificationGroups")

Methods

getUsers()

public getUsers() : ArrayCollection
Return values
ArrayCollection

setUsers()

public setUsers(ArrayCollection $users) : void
Parameters
$users : ArrayCollection

        
On this page

Search results