Documentation

ListTubesWatchedCommand extends AbstractCommand
in package

The 'list-tubes-watched' command.

Lists the tubes on the watchlist.

Tags
author

Paul Annesley

license

http://www.opensource.org/licenses/mit-license.php

Table of Contents

__toString()  : string
The string representation of the object.
getCommandLine()  : mixed
getData()  : string
The binary data to follow the command.
getDataLength()  : int
The length of the binary data in bytes.
getResponseParser()  : ResponseParser
The response parser for the command.
hasData()  : bool
Whether the command is followed by data.
_createResponse()  : object
Creates a Response for the given data.

Methods

__toString()

The string representation of the object.

public __toString() : string
Return values
string

getData()

The binary data to follow the command.

public getData() : string
Return values
string

getDataLength()

The length of the binary data in bytes.

public getDataLength() : int
Return values
int

hasData()

Whether the command is followed by data.

public hasData() : bool
Return values
bool

_createResponse()

Creates a Response for the given data.

protected _createResponse(mixed $name[, mixed $data = array() ]) : object
Parameters
$name : mixed
$data : mixed = array()
Return values
object

Response

Search results