AdobeConnectClient\Client
The Client to Adobe Connect API
Synopsis
class Client
{
- // members
- protected ConnectionInterface $connection;
- protected string $sessionCookie = '';
- // methods
- public void __construct()
- public string getSession()
- public void setSession()
- public mixed __call()
- public ResponseInterface doGet()
- public ResponseInterface doPost()
Coverage
Methods | 0% | 0 / 6 |
Lines | 0% | / |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
94 | StaticAccess | Avoid using static access to class '\AdobeConnectClient\Helpers\StringCaseTransform' in method '__call'. |
Members
protected
- $connection — AdobeConnectClient\Connection\ConnectionInterface
- $sessionCookie — string
Methods
public
- __construct()
- __call() — Instantiates the Command and execute it.
- doGet()
- doPost()
- getSession()
- setSession()