Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • Component
  • ResultSet
  • Overview
  • Namespace
  • Class

Class ResultSet

Container for a get on a collection, such as Contacts, Campaigns, or TrackingData.

Namespace: Ctct\Components
Located at Components/ResultSet.php
Methods summary
public
# __construct( array $results, array $meta )

Constructor to create a ResultSet from the results/meta response when performing a get on a collection

Constructor to create a ResultSet from the results/meta response when performing a get on a collection

Parameters

$results
  • results array from request
$meta
  • meta array from request
Properties summary
public array $results

array of result objects returned

array of result objects returned

# array()
public string $next

next link returned from a get on a collection if one exists

next link returned from a get on a collection if one exists

#
API documentation generated by ApiGen