MemberAuthorizationsTrait
Provides authorization-related functionality to Member entities.
Extends Member entities with methods for tracking pending approval responsibilities and supporting navigation badges for approval workflow management.
Table of Contents
Methods
- getPendingApprovalsCount() : int
- Get the count of pending authorization approvals for this member.
Methods
getPendingApprovalsCount()
Get the count of pending authorization approvals for this member.
public
getPendingApprovalsCount() : int
Counts workflow approvals where this member is the approver and the approval is still pending. Used for navigation badges.
Return values
int —Number of pending authorization approvals