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.
Tags
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 approvals where this member is the approver and has not yet responded (responded_on is null). Used for navigation badges and approval workflow management.
Return values
int —Number of pending authorization approvals