Role extends BaseProperty implements RoleEntityInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- __toString() : string
- getFields() : array<string|int, string>
- getFullName() : string
- getId() : int|null
- getRoleEntity() : RoleEntityInterface
- getType() : string
- toString() : string
Methods
__construct()
public
__construct(RoleEntityInterface $roleEntity) : mixed
Parameters
- $roleEntity : RoleEntityInterface
__toString()
public
__toString() : string
Return values
stringgetFields()
public
getFields() : array<string|int, string>
Return values
array<string|int, string>getFullName()
public
getFullName() : string
Return values
stringgetId()
public
getId() : int|null
Return values
int|nullgetRoleEntity()
public
getRoleEntity() : RoleEntityInterface
Return values
RoleEntityInterfacegetType()
public
getType() : string
Return values
stringtoString()
public
toString() : string