PHP Class Sulu\Bundle\SecurityBundle\Entity\SecurityType

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addRole() public méthode

Add roles.
public addRole ( Sulu\Component\Security\Authentication\RoleInterface $roles ) : SecurityType
$roles Sulu\Component\Security\Authentication\RoleInterface
Résultat SecurityType

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

getRoles() public méthode

Get roles.
public getRoles ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

removeRole() public méthode

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

setId() public méthode

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

setName() public méthode

Set name.
public setName ( string $name ) : SecurityType
$name string
Résultat SecurityType