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

상속: extends Symfony\Component\Security\Core\Role\Role, implements Sulu\Component\Security\Authentication\RoleInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( )
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getId ( ) : integer Get id.
getIdentifier ( )
getName ( ) : string Get name.
getRole ( )
getSecurityType ( ) : SecurityType Get securityType.
getSystem ( ) : string Get system.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : BaseRole Set changer.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : BaseRole Set creator.
setName ( string $name ) : BaseRole Set name.
setSecurityType ( SecurityType $securityType = null ) : BaseRole Set securityType.
setSystem ( string $system ) : BaseRole Set system.

메소드 상세

__construct() 공개 메소드

public __construct ( )

getChanged() 공개 메소드

Get changed.
public getChanged ( ) : DateTime
리턴 DateTime

getChanger() 공개 메소드

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getCreated() 공개 메소드

Get created.
public getCreated ( ) : DateTime
리턴 DateTime

getCreator() 공개 메소드

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getIdentifier() 공개 메소드

public getIdentifier ( )

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

getRole() 공개 메소드

public getRole ( )

getSecurityType() 공개 메소드

Get securityType.
public getSecurityType ( ) : SecurityType
리턴 SecurityType

getSystem() 공개 메소드

Get system.
public getSystem ( ) : string
리턴 string

setChanger() 공개 메소드

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : BaseRole
$changer Sulu\Component\Security\Authentication\UserInterface
리턴 BaseRole

setCreator() 공개 메소드

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : BaseRole
$creator Sulu\Component\Security\Authentication\UserInterface
리턴 BaseRole

setName() 공개 메소드

Set name.
public setName ( string $name ) : BaseRole
$name string
리턴 BaseRole

setSecurityType() 공개 메소드

Set securityType.
public setSecurityType ( SecurityType $securityType = null ) : BaseRole
$securityType SecurityType
리턴 BaseRole

setSystem() 공개 메소드

Set system.
public setSystem ( string $system ) : BaseRole
$system string
리턴 BaseRole