Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sulu
Component
Security
Authorization
AccessControl
SecuredEntityInterface
PHP Interface Sulu\Component\Security\Authorization\AccessControl\SecuredEntityInterface
ファイルを表示
Open project: sulu/sulu
Public Methods
Method
Description
getId
( ) :
integer
Returns the unique id of the entity.
getSecurityContext
( ) :
mixed
Returns the security context, to which this class of entity is attached.
Method Details
getId()
public
method
Returns the unique id of the entity.
public
getId
( ) :
integer
return
integer
getSecurityContext()
public
method
Returns the security context, to which this class of entity is attached.
public
getSecurityContext
( ) :
mixed
return
mixed