WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Classes
  • AllInstallationsParams
  • CollectionParams
  • DeliveriesCreateParams
  • PatchInstallationParams

Class CollectionParams

Base class for DTO objects.

WonderPush\Obj\BaseObject implements WonderPush\Util\JsonSerializable
┗ WonderPush\Params\CollectionParams

Direct known subclasses

WonderPush\Params\AllInstallationsParams

Namespace: WonderPush\Params
Noinspection: PhpUndefinedClassInspection
Located at Params/CollectionParams.php

Methods summary

public __construct( integer $limit = null, integer $offset = null )

CollectionParams constructor.

CollectionParams constructor.

Parameters

$limit
$offset

Overrides

WonderPush\Obj\BaseObject::__construct
public getLimit( void ) : integer

Returns

integer
public setLimit( integer $limit ) : WonderPush\Params\CollectionParams

Parameters

$limit

Returns

WonderPush\Params\CollectionParams
public getOffset( void ) : integer

Returns

integer
public setOffset( integer $offset ) : WonderPush\Params\CollectionParams

Parameters

$offset

Returns

WonderPush\Params\CollectionParams

Methods inherited from WonderPush\Obj\BaseObject

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

WonderPush PHP library API documentation generated by ApiGen