Method | Description | |
---|---|---|
__construct ( Swift_Transport $source, string $command, array $successCodes = [] ) | Create a new CommandEvent for $source with $command. | |
getCommand ( ) : string | Get the command which was sent to the server. | |
getSuccessCodes ( ) : integer[] | Get the numeric response codes which indicate success for this command. |
public __construct ( Swift_Transport $source, string $command, array $successCodes = [] ) | ||
$source | Swift_Transport | |
$command | string | |
$successCodes | array |
public getCommand ( ) : string | ||
return | string |
public getSuccessCodes ( ) : integer[] | ||
return | integer[] |