Documentation

CommandExecutor
in package
implements CommandExecutorContract

Class CommandExecutor

Represents an implementation of CommandExecutorContract used for executing commands.

Table of Contents

Interfaces

CommandExecutorContract
Interface CommandExecutorContract

Properties

$attributer  : CommandAttributerContract
$endpointProvider  : CommandEndpointProviderContract
$responseHandler  : ResponseHandlerAbstract

Methods

__construct()  : mixed
CommandExecutor constructor.
execute()  : ResponseDataContract
Executes the command.
fieldBuilder()  : CommandAttributerContract
Retrieves the command attributer for building command fields.
getURL()  : string
Builds the URL for the command execution.

Properties

Methods

getURL()

Builds the URL for the command execution.

private getURL() : string
Return values
string

The URL for the command execution.


        
On this page

Search results