WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Classes
  • Application
  • ApplicationCollection
  • BaseObject
  • Collection
  • DeliveriesCreateResponse
  • Event
  • GeoLocation
  • Installation
  • InstallationApplication
  • InstallationApplicationApple
  • InstallationCollection
  • InstallationDevice
  • InstallationDeviceCapabilities
  • InstallationDeviceConfiguration
  • InstallationPreferences
  • InstallationPushToken
  • Notification
  • NotificationAlert
  • NotificationAlertAndroid
  • NotificationAlertAndroidButton
  • NotificationAlertIos
  • NotificationAlertIosAttachment
  • NotificationAlertIosForeground
  • NotificationAlertWeb
  • NotificationAlertWebButton
  • NotificationButton
  • NotificationButtonAction
  • NotificationButtonActionEvent
  • NotificationInApp
  • NotificationInAppButton
  • NotificationInAppMap
  • NotificationInAppMapPlace
  • NotificationPush
  • NotificationPushAndroid
  • NotificationPushIos
  • NotificationPushWeb
  • NullObject
  • Pagination
  • SuccessResponse
  • User
  • WebSdkInitOptions

Class Collection

DTO for installations.

See https://www.wonderpush.com/docs/concepts/installation

WonderPush\Obj\BaseObject implements WonderPush\Util\JsonSerializable
┗ WonderPush\Obj\Collection

Direct known subclasses

WonderPush\Obj\ApplicationCollection, WonderPush\Obj\InstallationCollection

Abstract
Namespace: WonderPush\Obj
Codecoverageignore
Located at Obj/Collection.php

Methods summary

public getCount( void ) : integer

Returns

integer
public setCount( integer $count ) : WonderPush\Obj\Collection

Parameters

$count

Returns

WonderPush\Obj\Collection
abstract public getData( void ) : array

Returns

array
abstract public setData( array $data ) : WonderPush\Obj\Collection

Parameters

$data

Returns

WonderPush\Obj\Collection
public getPagination( void ) : WonderPush\Obj\Pagination

Returns

WonderPush\Obj\Pagination
public setPagination( WonderPush\Obj\Pagination $pagination ) : WonderPush\Obj\Collection

Parameters

$pagination

Returns

WonderPush\Obj\Collection

Methods inherited from WonderPush\Obj\BaseObject

__construct(), __toString(), _new(), clearAllFields(), deepClone(), jsonSerialize(), toArray(), toData()

WonderPush PHP library API documentation generated by ApiGen