* @return $accepts Whether this listener does accept
*/
public function ifListenerAcceptsPackageData (array $packageData) {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
/**
* @return void
*/
public function monitorIncomingRawData () {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
/**
* @return $listenAddress The address this listener should listen on
*/
public function getListenAddress () {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
/**
* @return $listenPort The port this listener should listen on
*/
public function getListenPort () {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
/**
* @return $connectionType Connection type for this listener
*/
public function getConnectionType () {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
/**
* @return $poolInstance The peer pool instance we shall set
*/
public function getPoolInstance () {
- $this->partialStub('Need to implement this method.') {
+ $this->partialStub('Need to implement this method.');
}
}