$notification $notification : boolean If true, notifications are performed instead of requests Type boolean
__construct() __construct(string $url, boolean $debug = false) Takes the connection parameters Parameters string $url boolean $debug
setRPCNotification() setRPCNotification(boolean $notification) Sets the notification state of the object. In this state, notifications are performed, instead of requests. Parameters boolean $notification
__call() __call(string $method, array $params) : array Performs a jsonRCP request and gets the results as an array Parameters string $method array $params Returns array