$this->partialStub('Need to implement this method.') {
}
- /**
- * Getter for listen address
- *
- * @return $listenAddress The address this listener should listen on
- */
- public function getListenAddress () {
- $this->partialStub('Need to implement this method.') {
- }
-
- /**
- * Getter for listen port
- *
- * @return $listenPort The port this listener should listen on
- */
- public function getListenPort () {
- $this->partialStub('Need to implement this method.') {
- }
-
/**
* Getter for connection type
*
public function getConnectionType () {
$this->partialStub('Need to implement this method.') {
}
-
- /**
- * Getter for peer pool instance
- *
- * @return $poolInstance The peer pool instance we shall set
- */
- public function getPoolInstance () {
- $this->partialStub('Need to implement this method.') {
- }
}
// [EOF]
$this->partialStub('Need to implement this method.');
}
- /**
- * Getter for listen address
- *
- * @return $listenAddress The address this listener should listen on
- */
- public function getListenAddress () {
- $this->partialStub('Need to implement this method.');
- }
-
- /**
- * Getter for listen port
- *
- * @return $listenPort The port this listener should listen on
- */
- public function getListenPort () {
- $this->partialStub('Need to implement this method.');
- }
-
/**
* Getter for connection type
*
public function getConnectionType () {
$this->partialStub('Need to implement this method.');
}
-
- /**
- * Getter for peer pool instance
- *
- * @return $poolInstance The peer pool instance we shall set
- */
- public function getPoolInstance () {
- $this->partialStub('Need to implement this method.');
- }
}
// [EOF]