PHP Class Disque\Command\Pause

Inheritance: extends BaseCommand, implements Disque\Command\CommandInterface
Show file Open project: mariano/disque-php

Protected Properties

Property Type Description
$responseHandler

Public Methods

Method Description
getCommand ( )
setArguments ( array $arguments ) : void Set arguments for the command

Method Details

getCommand() public method

public getCommand ( )

setArguments() public method

Set arguments for the command
public setArguments ( array $arguments ) : void
$arguments array Arguments
return void

Property Details

$responseHandler protected property

protected $responseHandler