RoleAndDescription
in package
Table of Contents
- $description : string
- $displayName : string
- $role : Role
- description() : string
- Gets the description of the role.
- displayName() : string
- Gets the display name of the role.
- role() : Role
- Gets the role.
Properties
$description
private
string
$description
$displayName
private
string
$displayName
$role
private
Role
$role
Methods
description()
Gets the description of the role.
public
description() : string
Tags
Return values
string —displayName()
Gets the display name of the role.
public
displayName() : string
Tags
Return values
string —role()
Gets the role.
public
role() : Role