KMP PHP API Reference

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
see
AuthorizationApprovalsTable

For approval management

see

/docs/5.6.8-authorization-approval-entity-reference.md For usage examples

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


        
On this page

Search results