MyAllocator PMS PHP SDK
  • Namespace
  • Class
  • Tree

Namespaces

  • MyAllocator
    • phpsdk
      • src
        • Api
        • Exception
        • Object
        • Util
  • PHP

Classes

  • AmenityList
  • ARIRulesList
  • ARIRulesUpdate
  • ARIUpdate
  • ARIUpdateStatus
  • AssociatePropertyToPMS
  • AssociateUserToPMS
  • BookingAction
  • BookingList
  • BookingPaymentDownload
  • BookingPaymentPasswordValidate
  • ChannelList
  • HelloUser
  • HelloVendor
  • HelloVendorUser
  • HelloWorld
  • LoopARIList
  • LoopBookingAction
  • LoopBookingCreate
  • LoopBookingList
  • MaApi
  • NotificationEmailsList
  • PropertyBillingList
  • PropertyChannelList
  • PropertyCreate
  • PropertyImageCreate
  • PropertyImageList
  • PropertyImageRemove
  • PropertyList
  • PropertyModify
  • RoomAvailabilityList
  • RoomCreate
  • RoomImageCreate
  • RoomImageList
  • RoomImageRemove
  • RoomList
  • RoomRemove
  • RoomUpdate
  • UserCreate
  • UserExists
  • VendorSet

Class HelloUser

Send API hello test with user credentials.

MyAllocator\phpsdk\src\MaBaseClass
Extended by MyAllocator\phpsdk\src\Api\MaApi
Extended by MyAllocator\phpsdk\src\Api\HelloUser
Namespace: MyAllocator\phpsdk\src\Api
Located at Api/HelloUser.php

Methods summary

Methods inherited from MyAllocator\phpsdk\src\Api\MaApi

__construct(), callApi(), callApiWithParams(), getAuth(), getLastApiResponse(), isEnabled(), setAuth(), setParams()

Methods inherited from MyAllocator\phpsdk\src\MaBaseClass

debug(), debug_echo(), debug_print_r(), debug_var_dump(), getConfig(), setConfig()

Magic methods summary

Properties summary

protected string $id

The api to call.

The api to call.

# 'HelloUser'
protected array $keys

Array of required and optional authentication and argument keys (string) for API method.

Array of required and optional authentication and argument keys (string) for API method.

# array( 'auth' => array( 'req' => array( 'Auth/VendorId', 'Auth/VendorPassword', 'Auth/UserId', 'Auth/UserPassword' ), 'opt' => array() ), 'args' => array( 'req' => array( 'hello' ), 'opt' => array() ) )

Properties inherited from MyAllocator\phpsdk\src\Api\MaApi

$enabled

Properties inherited from MyAllocator\phpsdk\src\MaBaseClass

$config

MyAllocator PMS PHP SDK API documentation generated by ApiGen