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 NotificationInAppMapPlace

DTO part for notification.inApp.map.place.

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

Methods summary

public getPoint( void ) : WonderPush\Obj\GeoLocation

Returns

WonderPush\Obj\GeoLocation
public setPoint( WonderPush\Obj\GeoLocation $point ) : WonderPush\Obj\NotificationInAppMapPlace

Parameters

$point

Returns

WonderPush\Obj\NotificationInAppMapPlace
public getZoom( void ) : integer

Returns

integer
public setZoom( integer $zoom ) : WonderPush\Obj\NotificationInAppMapPlace

Parameters

$zoom

Returns

WonderPush\Obj\NotificationInAppMapPlace
public getName( void ) : string

Returns

string
public setName( string $name ) : WonderPush\Obj\NotificationInAppMapPlace

Parameters

$name

Returns

WonderPush\Obj\NotificationInAppMapPlace

Methods inherited from WonderPush\Obj\BaseObject

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

WonderPush PHP library API documentation generated by ApiGen