\MoxiworksPlatformConfig

Summary

Methods
Properties
Constants
setUrl()
getUrl()
setDebug()
getDebug()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$url
$debug
N/A

Properties

$url

$url : 

Type

$debug

$debug : 

Type

Methods

setUrl()

setUrl(  $u) 

The Moxi Works Platform base URL. default is 'https://api.moxiworks.com'

Modification of this attribute should not be needed unless you are debugging or developing for Moxi Works Platform PHP SDK

Parameters

$u

getUrl()

getUrl() : String

The Moxi Works Platform base URL. default is 'https://api.moxiworks.com'

Returns

String —

the base url to use when connecting to The Moxi Works Platform

setDebug()

setDebug(  $d) 

Debug Moxi Works Platform Requests. default is 'true'

Modification of this attribute should not be needed unless you are debugging or developing for Moxi Works Platform PHP SDK

Parameters

$d

getDebug()

getDebug() : Boolean

Debug Moxi Works Platform Requests. default is 'true'

Returns

Boolean —

whether to print debug information for requests to Moxi Works Platform