AdobeConnectClient\Commands\Logout
Ends the session
More info see
Synopsis
class Logout
extends Command
{
- // Inherited members from Command
- protected Client $client;
- // methods
- protected bool process()
- // Inherited methods from Command
- public Command setClient()
- public mixed execute()
- protected abstract mixed process()
Hierarchy
Extends
Coverage
Methods | 0% | 0 / 1 |
Lines | 0% | / |
Members
protected
- $client — AdobeConnectClient\Client
Methods
protected
Inherited from AdobeConnectClient\Command
protected
- process() — Process the command and return a value
public
- execute() — Executes the command and return a value
- setClient()