PHP Interface Sulu\Component\Security\Authentication\RoleSettingInterface

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

Méthodes publiques

Méthode Description
getId ( ) : integer Get id.
getKey ( ) : string Get key.
getRole ( ) : Sulu\Component\Security\Authentication\RoleSettingInterface Get role.
getValue ( ) : array Get value.
setKey ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set key.
setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set role.
setValue ( array $value ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set value.

Method Details

getId() public méthode

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

getKey() public méthode

Get key.
public getKey ( ) : string
Résultat string

getRole() public méthode

Get role.
public getRole ( ) : Sulu\Component\Security\Authentication\RoleSettingInterface
Résultat Sulu\Component\Security\Authentication\RoleSettingInterface

getValue() public méthode

Get value.
public getValue ( ) : array
Résultat array

setKey() public méthode

Set key.
public setKey ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$key string
Résultat Sulu\Component\Security\Authentication\RoleSettingInterface

setRole() public méthode

Set role.
public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$role Sulu\Component\Security\Authentication\RoleInterface
Résultat Sulu\Component\Security\Authentication\RoleSettingInterface

setValue() public méthode

Set value.
public setValue ( array $value ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$value array
Résultat Sulu\Component\Security\Authentication\RoleSettingInterface