Stellar PHP SDK API Documentation

ClaimantPredicatesResponse extends IteratorIterator

Iterable collection of claimant predicate responses

Provides iterator functionality for traversing multiple ClaimantPredicateResponse objects. Used for logical combinations like AND and OR predicates.

Tags
see
ClaimantPredicateResponse

For individual predicate details

since
1.0.0

Table of Contents

Methods

__construct()  : mixed
Constructs a claimant predicates collection
add()  : void
Adds a predicate to the collection
count()  : int
Gets the total number of predicates in the collection
current()  : ClaimantPredicateResponse
Gets the current predicate in the iteration
toArray()  : array<string|int, ClaimantPredicateResponse>
Converts the collection to an array

Methods

count()

Gets the total number of predicates in the collection

public count() : int
Return values
int

The count of predicates


        
On this page

Search results