PHP Класс Sulu\Bundle\SecurityBundle\Entity\SecurityType

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( ) Constructor.
addRole ( Sulu\Component\Security\Authentication\RoleInterface $roles ) : SecurityType Add roles.
getId ( ) : integer Get id.
getName ( ) : string Get name.
getRoles ( ) : Doctrine\Common\Collections\Collection Get roles.
removeRole ( Sulu\Component\Security\Authentication\RoleInterface $roles ) Remove roles.
setId ( integer $id ) Set id.
setName ( string $name ) : SecurityType Set name.

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

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

Constructor.
public __construct ( )

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

Add roles.
public addRole ( Sulu\Component\Security\Authentication\RoleInterface $roles ) : SecurityType
$roles Sulu\Component\Security\Authentication\RoleInterface
Результат SecurityType

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

Get id.
public getId ( ) : integer
Результат integer

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

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

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

Get roles.
public getRoles ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

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

Remove roles.
public removeRole ( Sulu\Component\Security\Authentication\RoleInterface $roles )
$roles Sulu\Component\Security\Authentication\RoleInterface

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

Set id.
public setId ( integer $id )
$id integer

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

Set name.
public setName ( string $name ) : SecurityType
$name string
Результат SecurityType