PHP Class Sulu\Bundle\SecurityBundle\Entity\RoleSetting

Inheritance: implements Sulu\Component\Security\Authentication\RoleSettingInterface
显示文件 Open project: sulu/sulu

Public Methods

Method Description
getId ( )
getKey ( )
getRole ( )
getValue ( )
setKey ( $key )
setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null )
setValue ( $value )

Method Details

getId() public method

public getId ( )

getKey() public method

public getKey ( )

getRole() public method

public getRole ( )

getValue() public method

public getValue ( )

setKey() public method

public setKey ( $key )

setRole() public method

public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null )
$role Sulu\Component\Security\Authentication\RoleInterface

setValue() public method

public setValue ( $value )