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 User

DTO for users.

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

WonderPush\Obj\BaseObject implements WonderPush\Util\JsonSerializable
┗ WonderPush\Obj\User
Namespace: WonderPush\Obj
Codecoverageignore
Located at Obj/User.php

Methods summary

public getId( void ) : string

Returns

string
public setId( string $id ) : WonderPush\Obj\User

Parameters

$id

Returns

WonderPush\Obj\User
public getApplicationId( void ) : string

Returns

string
public setApplicationId( string $applicationId ) : WonderPush\Obj\User

Parameters

$applicationId

Returns

WonderPush\Obj\User
public getCreationDate( void ) : integer

Returns

integer
public setCreationDate( integer $creationDate ) : WonderPush\Obj\User

Parameters

$creationDate

Returns

WonderPush\Obj\User
public getUpdateDate( void ) : integer

Returns

integer
public setUpdateDate( integer $updateDate ) : WonderPush\Obj\User

Parameters

$updateDate

Returns

WonderPush\Obj\User
public getCustom( void ) : array

Returns

array
public setCustom( array $custom ) : WonderPush\Obj\User

Parameters

$custom

Returns

WonderPush\Obj\User

Methods inherited from WonderPush\Obj\BaseObject

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

WonderPush PHP library API documentation generated by ApiGen