/**
phpDox
Overview
Namespaces
Interfaces
Classes
Traits
Source
Overview
Interfaces
AdobeConnectClient\Connection
ConnectionInterface
Introduction
Synopsis
Violations
Methods
Source
AdobeConnectClient\Connection\
ConnectionInterface
Connection Interface
Synopsis
interface ConnectionInterface {
// methods
public ResponseInterface
get
()
public ResponseInterface
post
()
}
Methods
public
get()
— Send a GET request.
post()
— Send a POST request.