Метод | Описание | |
---|---|---|
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. |
public getRole ( ) : Sulu\Component\Security\Authentication\RoleSettingInterface | ||
Результат | Sulu\Component\Security\Authentication\RoleSettingInterface |
public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null ) : Sulu\Component\Security\Authentication\RoleSettingInterface | ||
$role | Sulu\Component\Security\Authentication\RoleInterface | |
Результат | Sulu\Component\Security\Authentication\RoleSettingInterface |