PHP 인터페이스 Sulu\Component\Security\Authorization\AccessControl\SecuredEntityInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
getId ( ) : integer Returns the unique id of the entity.
getSecurityContext ( ) : mixed Returns the security context, to which this class of entity is attached.

메소드 상세

getId() 공개 메소드

Returns the unique id of the entity.
public getId ( ) : integer
리턴 integer

getSecurityContext() 공개 메소드

Returns the security context, to which this class of entity is attached.
public getSecurityContext ( ) : mixed
리턴 mixed