PHP Класс WellCommerce\Bundle\AdminBundle\Entity\Role

Автор: Adam Piotrowski ([email protected])
Наследование: implements WellCommerce\Bundle\AdminBundle\Entity\RoleInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$name string
$role string | null
$users Doctrine\Common\Collections\Collection

Открытые методы

Метод Описание
getName ( ) : string
getRole ( ) : string
getUsers ( ) : Doctrine\Common\Collections\Collection
setName ( string $name )
setRole ( string $role )
setUsers ( Doctrine\Common\Collections\Collection $users )

Описание методов

getName() публичный Метод

public getName ( ) : string
Результат string

getRole() публичный Метод

public getRole ( ) : string
Результат string

getUsers() публичный Метод

public getUsers ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

setName() публичный Метод

public setName ( string $name )
$name string

setRole() публичный Метод

public setRole ( string $role )
$role string

setUsers() публичный Метод

public setUsers ( Doctrine\Common\Collections\Collection $users )
$users Doctrine\Common\Collections\Collection

Описание свойств

$name защищенное свойство

protected string $name
Результат string

$role защищенное свойство

protected string|null $role
Результат string | null

$users защищенное свойство

protected Collection,Doctrine\Common\Collections $users
Результат Doctrine\Common\Collections\Collection