PHP Class Disque\Command\QScan

Inheritance: extends BaseCommand, implements Disque\Command\CommandInterface, use trait Disque\Command\Argument\ArrayChecker, use trait Disque\Command\Argument\OptionChecker
Afficher le fichier Open project: mariano/disque-php

Protected Properties

Свойство Type Description
$availableArguments array Available command arguments, and their mapping to options
$options array Available command options
$responseHandler integer Tells which class handles the response

Méthodes publiques

Méthode Description
getCommand ( ) : string Get command
setArguments ( array $arguments ) Set arguments for the command

Method Details

getCommand() public méthode

Get command
public getCommand ( ) : string
Résultat string Command

setArguments() public méthode

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

Property Details

$availableArguments protected_oe property

Available command arguments, and their mapping to options
protected array $availableArguments
Résultat array

$options protected_oe property

Available command options
protected array $options
Résultat array

$responseHandler protected_oe property

Tells which class handles the response
protected int $responseHandler
Résultat integer