PHP 클래스 Sulu\Bundle\SecurityBundle\Entity\SecurityType

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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